summaryrefslogtreecommitdiff
path: root/project/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/base.html')
-rw-r--r--project/templates/base.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/project/templates/base.html b/project/templates/base.html
index 2e5a549..7a215a4 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -2,14 +2,16 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Jed Barber - {% block title %}{% endblock %}</title>
+ <title>{% block title %}{% endblock %}</title>
<link href="/css/default.css" rel="stylesheet">
</head>
<body>
+ <h2>Jedidiah Barber's Personal Site</h2>
+ <hr>
<nav>
<ul>
<li><a href="/">Index</a></li>
- <!--<li><a href="/about.html">About</a></li>-->
+ <li><a href="/about.html">About</a></li>
<li><a href="/git.html">Git</a></li>
</ul>
</nav>
@@ -20,3 +22,4 @@
</article>
</body>
</html>
+