From 3f57fd8d3b2d60a9085921f934b455f1ca5cc920 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 9 Apr 2021 23:57:28 +0300 Subject: footer: configurable license --- _includes/common/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/common') diff --git a/_includes/common/footer.html b/_includes/common/footer.html index 8e7c977..769ac7c 100644 --- a/_includes/common/footer.html +++ b/_includes/common/footer.html @@ -6,7 +6,7 @@
-
This project is licensed under the terms of the MIT License. See License for details.
+
This project is licensed under the terms of the {{ site.settings.project.license }}. See License for details.
-- cgit v1.2.3