]> git.zarvox.org Git - shortlog.git/commitdiff
Add header to make feedreaders automatically detect the feed.
authorDrew Fisher <drew.m.fisher@gmail.com>
Thu, 14 Apr 2011 19:15:25 +0000 (14:15 -0500)
committerDrew Fisher <drew.m.fisher@gmail.com>
Thu, 14 Apr 2011 19:15:25 +0000 (14:15 -0500)
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
templates/day.html
templates/multiday.html

index 2c9afb4b52f4a3970290ee47bb3ae5cedb07169d..9cff4dec03d642993c9279295961a592b0f31da9 100644 (file)
@@ -5,6 +5,7 @@ $def with (date, paras, comments)
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > 
 <title>Shortlog - a log of everyday things</title> 
 <link rel="stylesheet" type="text/css" href="/shortlog/static/style.css">
+<link rel="alternate" type="application/atom+xml" href="/shortlog/feed">
 </head> 
 <body> 
 <h1>Shortlog - a log of everyday things</h1> 
index 75997a2231b50957fca825467f0e37188bfffbae..8ea1c10ee9191df06d7d0d958f397f019be82b54 100644 (file)
@@ -9,6 +9,7 @@ $#  comment count)
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > 
 <title>Shortlog - a log of everyday things</title> 
 <link rel="stylesheet" type="text/css" href="/shortlog/static/style.css">
+<link rel="alternate" type="application/atom+xml" href="/shortlog/feed">
 </head> 
 <body> 
 <h1>Shortlog - a log of everyday things</h1>