From 5806ef343bcd6c36100361dae993c2e42a48b106 Mon Sep 17 00:00:00 2001 From: eggy Date: Sat, 10 Jul 2021 22:04:23 -0400 Subject: [PATCH] Show title in browser title --- src/_includes/base.liquid | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/base.liquid b/src/_includes/base.liquid index 42f9c5a..bfeae16 100644 --- a/src/_includes/base.liquid +++ b/src/_includes/base.liquid @@ -4,7 +4,7 @@ - {{ site.title }} + {{ title }} | {{ site.title }} diff --git a/src/index.html b/src/index.html index 412edae..c1e013d 100644 --- a/src/index.html +++ b/src/index.html @@ -1,6 +1,6 @@ --- layout: default -title: Eggworld +title: Home pagination: data: collections.posts size: 50