summaryrefslogtreecommitdiff
path: root/page.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 19:51:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 19:51:52 -0400
commitc8e571ba1c802ddc2722690e48ecbc6ac9fa75f1 (patch)
tree03fe1328d188e394dde953bd8cdcac87cfb94e3b /page.html.erb
parent7b52849551419eeff4c1380c623f02844505a9e3 (diff)
tidy the HTML template, add the Atom feed link
Diffstat (limited to 'page.html.erb')
-rw-r--r--page.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/page.html.erb b/page.html.erb
index 586240e..75c576f 100644
--- a/page.html.erb
+++ b/page.html.erb
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title><%= @page.title %> — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><%= @page.breadcrumbs %></header>