Show title in browser title

This commit is contained in:
eggy 2021-07-10 22:04:23 -04:00
parent ad2cf2578b
commit 5806ef343b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name='viewport' content='width=device-width'>
<title>{{ site.title }}</title>
<title>{{ title }} | {{ site.title }}</title>
<meta name="description" content="{{ site.description }}">
<meta name="theme-color" content="#ffffff"/>

View File

@ -1,6 +1,6 @@
---
layout: default
title: Eggworld
title: Home
pagination:
data: collections.posts
size: 50