projects
/
thetarpit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c94919
)
templates: default: add rss support in the header
author
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Sat, 20 Jul 2013 15:05:27 +0000
(18:05 +0300)
committer
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Sat, 20 Jul 2013 15:05:27 +0000
(18:05 +0300)
templates/default.html
patch
|
blob
|
history
diff --git
a/templates/default.html
b/templates/default.html
index
3f2e7c9
..
1a5f9df
100644
(file)
--- a/
templates/default.html
+++ b/
templates/default.html
@@
-5,6
+5,7
@@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The Tar Pit - $title$</title>
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />
<link href='http://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/css/default.css" />
</head>