From 66402396166e793de0091a9c108e7f4da7ca7043 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 24 Jul 2020 12:56:29 +0200 Subject: [PATCH] feat: added git info to the footer for pages other than the index --- config.toml | 7 ++++--- layouts/partials/footer.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index f0ddc6a..415e0ee 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,8 @@ -baseurl = "/" +baseurl = "https://dotya.ml" languageCode = "en-us" +defaultContentLanguage = "en" theme = "hermit" +enableGitInfo = true license = "WTFPL" copyright = 'WTFPL' @@ -16,9 +18,8 @@ enableEmoji = true dateformShort = "Jan 2" dateformNum = "2006-02-01" dateformNumTime = "2006-02-01 15:04 +0000" - # Metadata mostly used in document's head - description = "dotya.ml" + description = "dotya.ml homepage" keywords = "homepage, development, git, programming" images = [""] themeColor = "#282a2b" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 53d7b4f..b347509 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,3 @@