diff options
author | Tobias Schmidl <T.Schmidl@erhardt-leimer.com> | 2016-01-11 15:36:19 +0100 |
---|---|---|
committer | Tobias Schmidl <T.Schmidl@erhardt-leimer.com> | 2016-01-11 15:36:19 +0100 |
commit | 42ba09847b4df973c56c48c795548ffa7e532f6b (patch) | |
tree | 3cb0b84b2e60621cf4882337276201c34c46fc6f /cebong/templates/archives.html | |
parent | 704b2ded906270399b20a5e49fd30fc843ec5f4c (diff) | |
download | pelican-themes-42ba09847b4df973c56c48c795548ffa7e532f6b.tar.gz |
Added metadata
We want to populate various HTML metatags from pelican. The data is there, we just have to put in HTML!
To be more precise, the meta names "keywords", "category", "description", "author", "robots" and "date" are taken from pelican variables.
Diffstat (limited to 'cebong/templates/archives.html')
-rw-r--r-- | cebong/templates/archives.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cebong/templates/archives.html b/cebong/templates/archives.html index f678494..ee225b4 100644 --- a/cebong/templates/archives.html +++ b/cebong/templates/archives.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% block robots %}noindex,follow{% endblock %} {% block content %} <section id="content" class="body"> <h1>Archives for {{ SITENAME }}</h1> |