-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add include bloghead.njk for better templating
- Loading branch information
1 parent
a981d44
commit 81ecfc2
Showing
3 changed files
with
30 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<style type="text/css"> | ||
.fcrow{ | ||
display: flex; | ||
justify-content: center; | ||
flex-direction: column; | ||
padding-bottom: 0; | ||
align-items: center; | ||
} | ||
@media screen and (max-width: 650px) { | ||
} | ||
</style> | ||
<header> | ||
<div class="fcrow"> | ||
<h1 style="margin: 0">Nibir's Brain Dump</h1> | ||
<h2 style="margin: 0;color: #909090">Blog | Digital Garden</h2> | ||
</div> | ||
</header> | ||
<nav> | ||
<div class="navlinks"> | ||
<a href="/blog/">blog</a> | ||
<a href="/blog/archive/">archive</a> | ||
<a href="https://visionoflife.substack.com">newsletter</a> | ||
{# <a href="/">about me</a> #} | ||
<a href="/">about me</a> | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters