summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 149831a..5276d29 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,11 +9,19 @@
</head>
<body>
+ <h1 class="title">lemon's site</h1>
+ <nav class="navbar">
+ <a href="/">home</a>
+ <a href="/w">blog</a>
+ </nav>
+ <hr>
<section class="section">
<div class="container">
{% block content %} {% endblock %}
</div>
</section>
+ <hr>
+ <br><br>
</body>
</html>