From e9c7cc5c2fdc70603571516137d85bfaefbd4390 Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov <paskal.07@gmail.com> Date: Fri, 20 Apr 2018 08:10:13 +0000 Subject: [PATCH] set defaults for unset variables, trim trailing spaces --- exampleSite/config.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 65bcd6b..4cd08de 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -9,7 +9,7 @@ googleAnalytics = "" # Copyright -copyright = "©2017 Your Name" +copyright = "©2018 Your Name" [params] -- Gitblit v1.10.0