diff options
author | Jan-Philipp Litza <janphilipp@litza.de> | 2012-12-26 20:39:54 +0100 |
---|---|---|
committer | Jan-Philipp Litza <janphilipp@litza.de> | 2012-12-26 20:39:54 +0100 |
commit | e0e44fc8c3df2839e14c7914a6e665aea98435c9 (patch) | |
tree | 0f80c23d2a7662dba739698a407d503f4332e97d /templates/layout.html | |
parent | fe6fab67be17cd271eb77294f33667a81c7ea156 (diff) |
added Atom feed for news and meetings
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index 695b6c9c..f6d19c6f 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -14,6 +14,7 @@ <script type="text/javascript" src="css/forms.js"></script> <link rel="stylesheet" type="text/css" href="css/base.css" /> <link rel="stylesheet" type="text/css" href="css/style%theme%.css" /> + %atom_link% </head> <body class="background"> <header> |