diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-15 21:24:22 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-15 21:24:22 +0100 |
commit | aec5f0527fcb174c885b55ca8a518ff60269d2fc (patch) | |
tree | be54f447c8dbe2b8ee5d3db44517724544f592b5 /templates/journal_page.html | |
parent | dbff25d65141a148ea9a9952f80d8618115ebb38 (diff) |
Add feed link to journal_page template.
Diffstat (limited to 'templates/journal_page.html')
-rw-r--r-- | templates/journal_page.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/journal_page.html b/templates/journal_page.html index 8c0a974..5aea965 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -7,6 +7,10 @@ <script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript" src="/js/sha256.js"></script> <script type="text/javascript" src="/js/comment-submission.js"></script> + <link title="{title} — Journal articles" + href="/journal/feed" + rel="alternate" + type="application/atom+xml" /> {.end} {.section body} |