Use destination-specific result page metadata
This commit is contained in:
parent
4de4c1d556
commit
b88d23a270
3 changed files with 31 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}Bristol to {{ destination }} via Eurostar{% endblock %}
|
||||
{% block og_title %}Bristol to {{ destination }} via Eurostar{% endblock %}
|
||||
{% block og_description %}Train options from Bristol Temple Meads to {{ destination }} on {{ travel_date_display }} via Paddington, St Pancras, and Eurostar.{% endblock %}
|
||||
{% block twitter_title %}Bristol to {{ destination }} via Eurostar{% endblock %}
|
||||
{% block twitter_description %}Train options from Bristol Temple Meads to {{ destination }} on {{ travel_date_display }} via Paddington, St Pancras, and Eurostar.{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<p style="margin-bottom:1rem">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue