From 11f88bbd03b9e4fde62310028b37b8805ede476f Mon Sep 17 00:00:00 2001 From: eggy Date: Sat, 10 Jul 2021 22:16:06 -0400 Subject: [PATCH] Set post excerpt as meta description when available --- src/_data/site.json | 2 +- src/_includes/base.liquid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_data/site.json b/src/_data/site.json index afef11e..f6c5891 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -2,7 +2,7 @@ "name": "Eggy", "url": "https://eggworld.tk", "title": "Eggworld", - "description": "Personal website", + "description": "Ramblings and ideas", "github": "https://github.com/potatoeggy", "twitter": "https://twitter.com/potatoeggy", "linkedin": "https://linkedin.com/in/potatoeggy", diff --git a/src/_includes/base.liquid b/src/_includes/base.liquid index bfeae16..f198ded 100644 --- a/src/_includes/base.liquid +++ b/src/_includes/base.liquid @@ -5,7 +5,7 @@ {{ title }} | {{ site.title }} - +