updates page titles

This commit is contained in:
Lewis Wynne 2026-04-29 17:17:46 +01:00
parent 1071835cdc
commit 2fc430027f
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}{{ page.title }} — {{ config.title }}{% endblock %}
{% block title %}ily blog/{{ page.slug }}{% endblock %}
{% block content %}
<h1>{{ page.title }}</h1>