diff options
author | Sylvain Gauthier <s94.gauthier@laposte.net> | 2021-03-14 12:51:30 +1100 |
---|---|---|
committer | Sylvain Gauthier <s94.gauthier@laposte.net> | 2021-03-15 10:36:14 +1100 |
commit | d42399ae92a56146cca72d3421816ae730c26357 (patch) | |
tree | f20a115e6806495e1dc86b4837032e77adcbf456 /templates | |
parent | 0be88c1d121090230c4f8957df5c9a6a351dd6f3 (diff) | |
download | based.cooking-d42399ae92a56146cca72d3421816ae730c26357.tar based.cooking-d42399ae92a56146cca72d3421816ae730c26357.tar.gz based.cooking-d42399ae92a56146cca72d3421816ae730c26357.tar.lz based.cooking-d42399ae92a56146cca72d3421816ae730c26357.tar.xz based.cooking-d42399ae92a56146cca72d3421816ae730c26357.zip |
add list of tag links at the end of each recipe
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tag_link.html | 1 | ||||
-rw-r--r-- | templates/tag_link_footer.html | 1 | ||||
-rw-r--r-- | templates/tag_link_header.html | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/templates/tag_link.html b/templates/tag_link.html new file mode 100644 index 000000000..49cc68ce5 --- /dev/null +++ b/templates/tag_link.html @@ -0,0 +1 @@ +<a href="$TAG_LINK">$TAG_NAME</a> diff --git a/templates/tag_link_footer.html b/templates/tag_link_footer.html new file mode 100644 index 000000000..38bf9e7de --- /dev/null +++ b/templates/tag_link_footer.html @@ -0,0 +1 @@ +</i></p> diff --git a/templates/tag_link_header.html b/templates/tag_link_header.html new file mode 100644 index 000000000..c56658589 --- /dev/null +++ b/templates/tag_link_header.html @@ -0,0 +1 @@ +<p><i> Recipe tags: |