From 81baffde988df6c28bbab71ed66e6914bf04bb0a Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sat, 11 Mar 2023 19:14:37 +0100 Subject: [PATCH] Add links to recipes add to nav list and index --- templates/base_main.html | 1 + templates/index.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/templates/base_main.html b/templates/base_main.html index 4bbf89c..45c6eda 100644 --- a/templates/base_main.html +++ b/templates/base_main.html @@ -36,6 +36,7 @@ {% endif %} diff --git a/templates/index.html b/templates/index.html index e3e44d2..e0b1ec1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,4 +20,7 @@ {% block title %}Barn{% endblock %} {% block main %}

Barn

+ {% endblock %}