summaryrefslogtreecommitdiff
path: root/templates/template-index.tmpl
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2010-10-08 17:02:47 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2010-10-08 17:02:47 +0200
commit10c6b1f0978710cf5a9f309b6fdcaef922f9b07f (patch)
tree00679d479d9554f91f5d3beb4f4e709705ba55df /templates/template-index.tmpl
parent5fc53d25a171fbd85ee09c9fc771580350d689c8 (diff)
downloadcataract-10c6b1f0978710cf5a9f309b6fdcaef922f9b07f.tar.xz
Add basic Atom feed writer
Diffstat (limited to 'templates/template-index.tmpl')
-rw-r--r--templates/template-index.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl
index 994c550..b2c7dba 100644
--- a/templates/template-index.tmpl
+++ b/templates/template-index.tmpl
@@ -5,6 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>$(PAGE_TITLE)</title>
<!-- $(CGG_META_TAGS) -->
+<!-- $(CGG_ATOM_FEED_TAGS) -->
<link href="$(TEMPLATES_PATH)styles.css" type="text/css" rel="stylesheet" media="screen, print" />
<script type="text/javascript" src="$(TEMPLATES_PATH)scripts-general.js"> </script>
</head>