From 75c594b778c5c6d51883a45da735a67761952470 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 15 Feb 2024 20:14:52 +0100 Subject: view: Add doctype to HTML --- view/html/recipe-edit.html | 1 + view/html/recipe.html | 1 + view/html/recipes.html | 1 + 3 files changed, 3 insertions(+) diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html index 6701547..7a50905 100644 --- a/view/html/recipe-edit.html +++ b/view/html/recipe-edit.html @@ -1,4 +1,5 @@ {{define "recipe-edit"}} + {{ template "head" }}
diff --git a/view/html/recipe.html b/view/html/recipe.html index b1387b3..a6588e6 100644 --- a/view/html/recipe.html +++ b/view/html/recipe.html @@ -1,4 +1,5 @@ {{define "recipe"}} + {{ template "head" }}
diff --git a/view/html/recipes.html b/view/html/recipes.html index c77a7a8..ba7cd62 100644 --- a/view/html/recipes.html +++ b/view/html/recipes.html @@ -1,4 +1,5 @@ {{define "recipes"}} + {{ template "head" }}
-- cgit v1.2.3-70-g09d2