diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-22 20:53:38 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-22 20:54:21 -0500 |
commit | a7df47f1ca6226bfb67ccc59a72aafc1f18ecfd1 (patch) | |
tree | cc4cf01f3c3d82582c65a45d61469ea9b3c0e1db /tmpl | |
parent | 6d63ab23b09fd78b8c500cdc8b903cec551e125c (diff) |
Make requested changes to the contents of the navigation box
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/page.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmpl/page.html.erb b/tmpl/page.html.erb index 883ce9e..9d265e5 100644 --- a/tmpl/page.html.erb +++ b/tmpl/page.html.erb @@ -9,7 +9,7 @@ </head> <body class="<%= html_class %>"> <header> - <h1 class=breadcrumbs><%= Sitegen::breadcrumbs(url) %></h1> + <h1><a href="/">AndrewDM.me</a></h1> <nav> <ul> <li><a href="/">Projects</a> @@ -19,6 +19,7 @@ <form method="GET" action="/search.html"> <input type=search name="s" placeholder="Search" /><input type=submit value="🔍" /> </form> + <li><a class=feed href="/index.atom">Feed</a> </ul> </nav> </header> |