Show title in browser title
This commit is contained in:
parent
ad2cf2578b
commit
5806ef343b
@ -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"/>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Eggworld
|
||||
title: Home
|
||||
pagination:
|
||||
data: collections.posts
|
||||
size: 50
|
||||
|
Loading…
Reference in New Issue
Block a user