summaryrefslogtreecommitdiff
path: root/bin/page.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-04 17:13:22 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-04 17:13:22 -0500
commit90e593e800e62b1605a8052a54e0ab3371dd3dde (patch)
tree35290948b249e6e756a3fdf6724fc8aa2bb4c6af /bin/page.html.erb
parent5e257d407b4abf2be61c656dfb1d383396df35b1 (diff)
implement sections
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 %>>