Update meta title for the Home page

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent 87234d0f9f
commit 9fd0094d8f
2 changed files with 3 additions and 1 deletions

View file

@ -18,7 +18,7 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ site.url }}{{ page.url|trim('/', 'right') }}" />
<meta property="twitter:title" content="{{ page.title }} | {{ site.name }}" />
<title>{{ page.title }} | {{ site.name }}</title>
<title>{% block meta_title %}{{ page.title }} | {{ site.name }}{% endblock %}</title>
</head>
<body>
{% block body %}{% endblock %}