summaryrefslogtreecommitdiffstats
path: root/templates/tag_index_header.html
diff options
context:
space:
mode:
authorSylvain Gauthier <s94.gauthier@laposte.net>2021-03-12 11:55:40 +1100
committerSylvain Gauthier <s94.gauthier@laposte.net>2021-03-15 10:35:05 +1100
commit1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7 (patch)
treeaccf0092af77f7613ceaac91beb22914bdd213ac /templates/tag_index_header.html
parent1b4eca2c284e2cd8c4335a92b3405237f606a6be (diff)
downloadbased.cooking-1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7.tar
based.cooking-1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7.tar.gz
based.cooking-1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7.tar.lz
based.cooking-1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7.tar.xz
based.cooking-1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7.zip
fix
- Set correct title on pages (remove leading '#') - Remove main title on recipe pages - Put metadata at the end of articles
Diffstat (limited to 'templates/tag_index_header.html')
-rw-r--r--templates/tag_index_header.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/tag_index_header.html b/templates/tag_index_header.html
index 2d7315301..57fd89f4c 100644
--- a/templates/tag_index_header.html
+++ b/templates/tag_index_header.html
@@ -1,2 +1,5 @@
-<p><a href=".">index</a></p>
+<div class="banner">
+ <h1>🍳 $TITLE 🍲</h1>
+ <hr/>
+</div>
<p><i>Filtering recipes tagged:</i> <b>$TAGS</b></p>