summaryrefslogtreecommitdiff
path: root/bin/page.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/page.html.erb')
-rw-r--r--bin/page.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/page.html.erb b/bin/page.html.erb
index 4ee5473..e2dc9fe 100644
--- a/bin/page.html.erb
+++ b/bin/page.html.erb
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title><%= @page.title %><% unless @page.title.empty? %> — <% end %>AndrewDM</title>
<link rel="stylesheet" href="/main.css">
- <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
+ <link rel="alternate" type="application/atom+xml" href="/index.atom" />
<%= @page.head %>
</head>
<body<% if @page.class %> class="<%= @page.class %>"<% end %>>