summaryrefslogtreecommitdiff
path: root/templates/blog.html
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-03-03 10:11:01 +0100
committerlemon <lsof@mailbox.org>2022-03-03 10:11:01 +0100
commit82624418d5940ef628a51ca07aa222073fa9a388 (patch)
tree247c542ea5cf952889bd394d1bb3e3a32ee3932f /templates/blog.html
parent12ddb91334e82c87f6318beea879eb53f1fd6f1c (diff)
change some things around
Diffstat (limited to 'templates/blog.html')
-rw-r--r--templates/blog.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/blog.html b/templates/blog.html
index afee41d..fb7ea21 100644
--- a/templates/blog.html
+++ b/templates/blog.html
@@ -3,6 +3,9 @@
{% block title %}lemon's site{% endblock title %}
{% block content %}
+<nav class="navbar">
+ <a href="/">Home</a> <!--a href="../">Go Back</a--!>
+</nav>
<h1 class="title">
{{ section.title }}
</h1>
@@ -11,5 +14,4 @@
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a> ({{ page.date }})</li>
{% endfor %}
</ul>
-<hr> <a href="../">Go back</a>
{% endblock content %}