diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-03-29 13:59:38 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-03-29 13:59:38 +0100 |
commit | f7794a1479a7879becc711c57aebdc84e769b9df (patch) | |
tree | 0fda622f0c4bd2adaa5ae324d8f97d8cbad8f3d7 /themes/elenq | |
parent | 040fa162f87ccf23e9b2f363326bce84c57d70f8 (diff) |
Update many
Diffstat (limited to 'themes/elenq')
-rw-r--r-- | themes/elenq/README.md | 8 | ||||
-rw-r--r-- | themes/elenq/templates/tag.html | 2 | ||||
-rw-r--r-- | themes/elenq/templates/tags.html | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/themes/elenq/README.md b/themes/elenq/README.md new file mode 100644 index 0000000..b86833a --- /dev/null +++ b/themes/elenq/README.md @@ -0,0 +1,8 @@ +# ElenQ Technolog pelican theme + + +## Weird details + +- This theme uses `tags` as `series` of articles. The idea is to keep articles + with multiple parts ordered in the same tag. Tag page will order all the + articles from older to newer like they were chapters of a book. diff --git a/themes/elenq/templates/tag.html b/themes/elenq/templates/tag.html index 3ac4e11..ac4fbc8 100644 --- a/themes/elenq/templates/tag.html +++ b/themes/elenq/templates/tag.html @@ -2,7 +2,7 @@ {% block content %} <section id="content"> {% block content_title %} -<h2>Articles in the {{ tag }} tag</h2> +<h2>Articles in the {{ tag }} series</h2> {% endblock %} <ol id="post-list"> diff --git a/themes/elenq/templates/tags.html b/themes/elenq/templates/tags.html index 393a983..8b03820 100644 --- a/themes/elenq/templates/tags.html +++ b/themes/elenq/templates/tags.html @@ -2,7 +2,7 @@ {% block title %}Tags — {{ SITENAME }}{% endblock %} {% block content %} <section id="content"> - <h2>Tags</h2> + <h2>Published article series</h2> <p> {% for tag, articles in tags|sort %} |