From d42399ae92a56146cca72d3421816ae730c26357 Mon Sep 17 00:00:00 2001
From: Sylvain Gauthier
Date: Sun, 14 Mar 2021 12:51:30 +1100
Subject: add list of tag links at the end of each recipe
---
templates/tag_link.html | 1 +
templates/tag_link_footer.html | 1 +
templates/tag_link_header.html | 1 +
3 files changed, 3 insertions(+)
create mode 100644 templates/tag_link.html
create mode 100644 templates/tag_link_footer.html
create mode 100644 templates/tag_link_header.html
(limited to 'templates')
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 @@
+$TAG_NAME
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 @@
+
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 @@
+ Recipe tags:
--
cgit v1.2.3