summaryrefslogtreecommitdiff
path: root/public/index.html
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 /public/index.html
parent7b52849551419eeff4c1380c623f02844505a9e3 (diff)
tidy the HTML template, add the Atom feed link
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index a7d776f..605932c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>Web log entries — 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><a href="/">Luke Shumaker</a> » blog</header>