summaryrefslogtreecommitdiff
path: root/data/templates/recipe.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/recipe.html')
-rw-r--r--data/templates/recipe.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/data/templates/recipe.html b/data/templates/recipe.html
index e8b1565..95aefa5 100644
--- a/data/templates/recipe.html
+++ b/data/templates/recipe.html
@@ -20,10 +20,8 @@
<a href="./recipe/edit?id={{.Id}}"><button>edit</button></a>
{{.RenderedDescriptionMarkdown}}
- <footer>
- <hr>
- <p>The <a href="https://xengineering.eu/git/ceres">Ceres</a> recipe server is licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL v3</a> and developed with <a href="https://simplecss.org/">simple.css</a>.</p>
- </footer>
+ {{ template "footer.html" }}
+
</main>
</body>
</html>