diff --git a/nuxt.config.js b/nuxt.config.js
index 16a14eb0..b4870280 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -12,7 +12,7 @@ import { sitemapConfig } from './configs/sitemap.config';
export default {
// Global page headers: https://go.nuxtjs.dev/config-head
'head': {
- title: 'Oengus v2',
+ titleTemplate: titleChunk => `${titleChunk ? `${titleChunk} | ` : ''}Oengus v2`,
htmlAttrs: {
lang: 'en-GB',
},
diff --git a/pages/calendar/index.vue b/pages/calendar/index.vue
index baf01937..f90886df 100644
--- a/pages/calendar/index.vue
+++ b/pages/calendar/index.vue
@@ -9,8 +9,15 @@
diff --git a/pages/marathon/_marathon/schedule/index.vue b/pages/marathon/_marathon/schedule/index.vue
index cb0d7246..9c56afdb 100644
--- a/pages/marathon/_marathon/schedule/index.vue
+++ b/pages/marathon/_marathon/schedule/index.vue
@@ -26,6 +26,7 @@