From d56db75e651e52b87af7b3d39476b4846977df43 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Tue, 7 Jun 2016 03:23:26 +0100 Subject: [PATCH] Avoid a go template problem with irc:// links by hardcoding --- config.toml | 3 --- themes/grid-side/layouts/partials/core/main-menu.html | 1 + themes/grid-side/layouts/partials/homepage/single.html | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 22146a4..a2cf5f1 100644 --- a/config.toml +++ b/config.toml @@ -31,9 +31,6 @@ SectionPagesMenu = "Main" [[Params.Footer.List]] icon_class = "envelope" icon_link = "mailto:me@ur.gs" - [[Params.Footer.List]] - icon_class = "hashtag" - icon_link = "irc://chat.freenode.net/lupine" [[Params.Footer.List]] icon_class = "gitlab" icon_link = "https://gitlab.com/u/lupine" diff --git a/themes/grid-side/layouts/partials/core/main-menu.html b/themes/grid-side/layouts/partials/core/main-menu.html index 5811e5f..dad6843 100644 --- a/themes/grid-side/layouts/partials/core/main-menu.html +++ b/themes/grid-side/layouts/partials/core/main-menu.html @@ -45,6 +45,7 @@ {{ end }} +
  • {{ end }}
  • diff --git a/themes/grid-side/layouts/partials/homepage/single.html b/themes/grid-side/layouts/partials/homepage/single.html index a6fb8da..b92addc 100644 --- a/themes/grid-side/layouts/partials/homepage/single.html +++ b/themes/grid-side/layouts/partials/homepage/single.html @@ -89,6 +89,7 @@
  • |
  • {{ end }} +
  • {{ $.Site.Copyright | markdownify }}