summaryrefslogtreecommitdiff
path: root/tmpl/page.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/page.html.erb')
-rw-r--r--tmpl/page.html.erb3
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>