From 62b1ce657420a3c24bb0b16e28293d450e8db57b Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> Date: Sun, 15 Dec 2019 14:14:39 +0200 Subject: Add ⚡ to footer for visual interest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/footer.html | 1 + 1 file changed, 1 insertion(+) (limited to 'layouts/partials/footer.html') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6187f61..ceeea29 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -17,6 +17,7 @@

+ ⚡ {{ T "rss" }} — {{ with $.Site.Home.OutputFormats.Get "rss" }} {{ T "toAllUpdates" }} -- cgit v1.2.3-70-g09d2 From b930ce60cca31c49775450e3b127130f13f68308 Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> Date: Sun, 15 Dec 2019 18:50:25 +0200 Subject: Allow Markdown in footer --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/footer.html') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ceeea29..5faf5c6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@   •   {{ T "backToTop" }}

-

{{ .Site.Params.description }}

+

{{ .Site.Params.description | markdownify }}

{{ T "poweredBy" }} cState -- cgit v1.2.3-70-g09d2