From 7e74a039122aef922d1619e636de3497ffcf7c60 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 25 Jun 2022 10:56:36 -0400 Subject: convert to hugo --- layouts/partials/footer.html | 13 +++++++++++++ layouts/shortcodes/basic.html | 8 ++++++++ layouts/shortcodes/maintain.html | 4 ++++ layouts/shortcodes/services.html | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 layouts/partials/footer.html create mode 100644 layouts/shortcodes/basic.html create mode 100644 layouts/shortcodes/maintain.html create mode 100644 layouts/shortcodes/services.html (limited to 'layouts') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..7742c7e --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,13 @@ + {{ if in .Params.tags "basic" }} + {{ with .NextInSection }} + + {{ end }} + {{ with .PrevInSection }} + Or Previous: {{ .Title }} + {{ end }} + + {{ end }} + + + + diff --git a/layouts/shortcodes/basic.html b/layouts/shortcodes/basic.html new file mode 100644 index 0000000..b2df0d9 --- /dev/null +++ b/layouts/shortcodes/basic.html @@ -0,0 +1,8 @@ +
    +{{range.Site.RegularPages.ByDate}}{{ if in .Params.tags "basic" }}
  1. + +{{ with .Params.icon }}{{ end }} +{{.Title}} +{{ with .Params.short_desc }}{{ . }}{{ end }}{{.Params.Tags}} +
  2. {{ end }}{{ end }} +
diff --git a/layouts/shortcodes/maintain.html b/layouts/shortcodes/maintain.html new file mode 100644 index 0000000..a864eab --- /dev/null +++ b/layouts/shortcodes/maintain.html @@ -0,0 +1,4 @@ + diff --git a/layouts/shortcodes/services.html b/layouts/shortcodes/services.html new file mode 100644 index 0000000..877140d --- /dev/null +++ b/layouts/shortcodes/services.html @@ -0,0 +1,4 @@ + -- cgit v1.2.3