From 962548b12177bbc8ba5723f862b98d3951cb433c Mon Sep 17 00:00:00 2001 From: Shoichiro Masuoka Date: Thu, 5 Sep 2019 20:18:27 +0900 Subject: [PATCH] [add] sitemap source code (Markdown) & call @ footer.html --- layouts/partials/footer.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4745ae9..8e8e47d 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -147,11 +147,14 @@
- + {{ with .Site.GetPage "sitemap"}} + {{ .Content }} + {{ end }} + + + + +
-- GitLab