From ea2cac77bbb0b01b42e4c50acf733056141fcd83 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 4 Nov 2021 19:32:06 +0300 Subject: pick up default site.settings values from site.github Also, use the default filter more, it's much more convenient. --- _includes/common/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/common/footer.html') diff --git a/_includes/common/footer.html b/_includes/common/footer.html index 0d7a2a0..7b16e98 100644 --- a/_includes/common/footer.html +++ b/_includes/common/footer.html @@ -6,7 +6,7 @@
-
This project is licensed under the terms of the {{ site.settings.project.license }}. See License for details.
+
This project is licensed under the terms of the {{ site.settings.project.license | default: 'MIT License' }}. See License for details.
-- cgit v1.2.3