diff options
author | cel 🌸 <cel@blos.sm> | 2024-01-31 21:23:51 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-01-31 21:23:51 +0000 |
commit | 1b7418483e1e0692e5e015e5eef89687a107a402 (patch) | |
tree | b55d09a95fdda7288c0767ad8fbd3c97d20c01c7 /templates/home.html | |
parent | 2426cd0f7a3aa7a181d4e9ba3447dd4471350af0 (diff) | |
download | blossom-1b7418483e1e0692e5e015e5eef89687a107a402.tar.gz blossom-1b7418483e1e0692e5e015e5eef89687a107a402.tar.bz2 blossom-1b7418483e1e0692e5e015e5eef89687a107a402.zip |
add poems to main atom feed
Diffstat (limited to '')
-rw-r--r-- | templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html index 7cd8c0f..540abce 100644 --- a/templates/home.html +++ b/templates/home.html @@ -44,7 +44,7 @@ <aside> <div class="panel" style="background-color: #b52f6a; z-index: -1; font-family: 'Terminal Grotesque'; font-size: 2em"> - latest update: the skweets begone</div> + latest update: added poetry!</div> {% include "latestposts.html" %} </aside> |