From 0aeca7d954a753627d0c7487fce3d57be4d9c2f7 Mon Sep 17 00:00:00 2001 From: lsof Date: Sat, 2 May 2026 00:51:20 +0200 Subject: blog: selfhosting --- templates/base.html | 5 ++--- templates/blog-page.html | 9 ++++++++- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index df50601..05dbbf9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,9 +7,8 @@ {% block title %} {% endblock %} - {% block rss %} - - {% endblock %} + {% block meta %} {% endblock %} + diff --git a/templates/blog-page.html b/templates/blog-page.html index 8ca5835..2783f14 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -1,6 +1,13 @@ {% extends "base.html" %} -{% block title %}{{ page.title }}{% endblock title %} +{% block title %} {{ page.title }} {% endblock title %} + +{% block meta %} + + + + +{% endblock meta %} {% block content %} -- cgit v1.2.3