From c88683161384c9c47c78c153060997ca232a7f02 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Sat, 27 Oct 2018 15:38:40 +0200 Subject: [PATCH] integrate seedanddew --- .../hugo-material-docs/layouts/index.html | 27 ++++++++++--------- .../layouts/partials/head.html | 21 +++++++++++++++ 2 files changed, 36 insertions(+), 12 deletions(-) diff --git a/DOCUMENTATION/themes/hugo-material-docs/layouts/index.html b/DOCUMENTATION/themes/hugo-material-docs/layouts/index.html index f76e458..5ee52d1 100644 --- a/DOCUMENTATION/themes/hugo-material-docs/layouts/index.html +++ b/DOCUMENTATION/themes/hugo-material-docs/layouts/index.html @@ -25,18 +25,21 @@
- - - - - - - + +
+ + + + + + + +
{{ range where .Site.Pages "Type" "index" }}

{{ .Title }} {{ if .IsDraft }} (Draft){{ end }}

diff --git a/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/head.html b/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/head.html index 0953395..ea23eb8 100644 --- a/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/head.html +++ b/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/head.html @@ -70,6 +70,27 @@ {{ end }} + + {{ with .RSSLink }}