From 9d2dbdfe881251c8fb50462f294e670780d813b8 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Fri, 7 Feb 2025 19:30:50 -0500 Subject: stuff i like page --- templates/base.html | 4 +++- templates/shortcodes/coverimage.html | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 templates/shortcodes/coverimage.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 39475b7..ab80a03 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,9 @@
- {% block content %} {% endblock %} + {% block content %} + {{ section.content | safe }} + {% endblock %}
diff --git a/templates/shortcodes/coverimage.html b/templates/shortcodes/coverimage.html new file mode 100644 index 0000000..4349b69 --- /dev/null +++ b/templates/shortcodes/coverimage.html @@ -0,0 +1,3 @@ +
+ +
-- cgit v1.2.3