From 7469e71baeed2d2ede0b3f2dc1a4a79d33946ec3 Mon Sep 17 00:00:00 2001 From: tfasano1 Date: Fri, 18 Nov 2022 00:10:45 -0500 Subject: base line of email course Move email course below services Start managing mail accounts article Order of tutorials corrected combine dovecot and spamassassin into a general inbox setup tut rename tutorials other additions --- layouts/partials/footer.html | 9 +++++++++ layouts/shortcodes/mail.html | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 layouts/shortcodes/mail.html (limited to 'layouts') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 7742c7e..ecfb175 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,8 +5,17 @@ {{ with .PrevInSection }} Or Previous: {{ .Title }} {{ end }} + {{ end }} + {{ if in .Params.tags "mail" }} + {{ with .NextInSection }} + + {{ end }} + {{ with .PrevInSection }} + Or Previous: {{ .Title }} {{ end }} + {{ end }} + diff --git a/layouts/shortcodes/mail.html b/layouts/shortcodes/mail.html new file mode 100644 index 0000000..53cc3b9 --- /dev/null +++ b/layouts/shortcodes/mail.html @@ -0,0 +1,9 @@ +
    +{{range.Site.RegularPages.ByWeight.Reverse}}{{ if in .Params.tags "mail" }}
  1. + +{{ with .Params.icon }}{{ end }} +{{.Title}} +{{ with .Params.short_desc }}{{ . }}{{ end }}{{.Params.Tags}} +
  2. {{ end }}{{ end }} +
+ -- cgit v1.2.3