fix blog page title

This commit is contained in:
Lewis Wynne 2026-04-29 17:19:40 +01:00
parent 2fc430027f
commit 71acef0a8a
2 changed files with 1 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}ily {{ page.slug }}{% endblock %}
{% block title %}ily {{ page.components | join(sep="/") }}{% endblock %}
{% block content %}
<h1>{{ page.title }}</h1>