diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-10-08 17:02:47 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-10-08 17:02:47 +0200 |
| commit | 10c6b1f0978710cf5a9f309b6fdcaef922f9b07f (patch) | |
| tree | 00679d479d9554f91f5d3beb4f4e709705ba55df /templates/template-index.tmpl | |
| parent | 5fc53d25a171fbd85ee09c9fc771580350d689c8 (diff) | |
| download | cataract-10c6b1f0978710cf5a9f309b6fdcaef922f9b07f.tar.xz | |
Add basic Atom feed writer
Diffstat (limited to 'templates/template-index.tmpl')
| -rw-r--r-- | templates/template-index.tmpl | 1 |
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> |
