From 39c1bbee22c680a9760931b6310181ff1472a358 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 23 Feb 2016 11:19:21 -0500 Subject: [PATCH] Display site name with title as a fallback in footer copyright --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 9b166cf9..4bb814e4 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -12,4 +12,4 @@ {% endif %} -© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the Minimal Mistakes theme. +© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. Powered by Jekyll using the Minimal Mistakes theme.