Ensure all pages have a title

Closes: #117
This commit is contained in:
Edward Betts 2024-04-16 22:01:16 +01:00
parent 875f50e684
commit dbffd60937
11 changed files with 16 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}{{ trip.title }} ({{ display_date(trip.start) }}){% endblock %}
{% block title %}{{ trip.title }} ({{ display_date(trip.start) }}) - Edward Betts{% endblock %}
{% from "macros.html" import trip_link, display_datetime, display_date_no_year, display_date, conference_row, accommodation_row, flight_row, train_row with context %}