From f38aaecc9a6abed226648417338baff032be8187 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 31 Jan 2024 22:12:02 +0000 Subject: add random-poem panel --- templates/home.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/home.html') diff --git a/templates/home.html b/templates/home.html index 540abce..7bbed9e 100644 --- a/templates/home.html +++ b/templates/home.html @@ -46,6 +46,7 @@
latest update: added poetry!
{% include "latestposts.html" %} + {% include "random-poem.html" %} -- cgit