diff options
Diffstat (limited to 'templates/tag_index_header.html')
-rw-r--r-- | templates/tag_index_header.html | 5 |
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> |