summaryrefslogtreecommitdiffstats
path: root/templates/main.html
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-05 22:58:26 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-05 22:58:26 +0100
commit6b31aa6ce3d9fbd1bacb08eda091bb25259e97bb (patch)
tree8ad035d4bd8f2f507ed7a3e1421d63fdcfc5ad59 /templates/main.html
parentAdd minimal comments to the script that keep .gitignore up-to-date (diff)
Add a minimal navigation bar for the website
Diffstat (limited to 'templates/main.html')
-rw-r--r--templates/main.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/main.html b/templates/main.html
index f81774b..dd4a7d3 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -12,7 +12,18 @@
<link rel="stylesheet" href="https://soap.coffee/~lthms/style/main.css">
</head>
<body id="default">
+ <nav>
+ <ul>
+ <li> <a href="/posts">Blog</a></li>
+ <li> <a href="/">About</a></li>
+ </ul>
+ </nav>
+ <header>
+ <img src="https://avatars0.githubusercontent.com/u/1141231?s=460&v=4">
+ </header>
+ <main>
<!-- your page content will be inserted here,
see the content_selector option in soupault.conf -->
+ </main>
</body>
</html>