From 62b4865a26cf9ce0719a8c4beb2f78721076c7bf 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 bc17826..3ae0da7 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 582347c..ee4d00e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,4 +20,7 @@ {% block title %}Barn{% endblock %} {% block main %}

Barn

+ {% endblock %}