diff options
| author | Botond Hende <nettingman@gmail.com> | 2025-12-17 23:31:39 +0100 |
|---|---|---|
| committer | Botond Hende <nettingman@gmail.com> | 2025-12-17 23:31:39 +0100 |
| commit | d8995902414f2d2689b0bbdc6651730b1fe9bd31 (patch) | |
| tree | ef441bbc46ec5249b48de4286483d83d5c668ce7 /templates/tags.html.j2 | |
| parent | b687ada7e80591e8d9e3da6690fc1c24aa0bdf21 (diff) | |
moved blog generation to separate folder
Diffstat (limited to 'templates/tags.html.j2')
| -rw-r--r-- | templates/tags.html.j2 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/tags.html.j2 b/templates/tags.html.j2 deleted file mode 100644 index 8812559..0000000 --- a/templates/tags.html.j2 +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "base.html.j2" %} -{% block page_title %}tags/ {{ super() }}{% endblock %} -{% block page_title_short %}tags/{% endblock %} -{% block content %} -<h1 class="first-element">tags/</h1> -<p>{{ config.get_tag_prompt("", "ls .") }}</p> -<p class="last-element">{{ tags_ls }}</p> -{% endblock %} |
