From bae6e34c9119750b2cba2a2ce6d88e9f8c895900 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 1 Apr 2023 21:18:29 +0200 Subject: Switch from MariaDB to files Using a database is way more complex (see the commit statistics of this commit) than using files to store recipe data. Also administration and usage is simpler. --- data/templates/recipe_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/recipe_edit.html') diff --git a/data/templates/recipe_edit.html b/data/templates/recipe_edit.html index 4860c6a..9069d4a 100644 --- a/data/templates/recipe_edit.html +++ b/data/templates/recipe_edit.html @@ -15,7 +15,7 @@

Recipe ID: {{.Id}}

-
{{.DescriptionMarkdown}}
+
{{.Text}}
-- cgit v1.2.3-70-g09d2