From b13a5ee4004b3adc702374ed8ce0954df3cc35cc Mon Sep 17 00:00:00 2001 From: 0xhenrique Date: Wed, 19 Feb 2025 21:28:48 +0000 Subject: remove markdown in favour of org files --- themes/lugo/layouts/partials/nav.html | 8 -------- themes/lugo/layouts/partials/nextprev.html | 10 ---------- themes/lugo/layouts/partials/taglist.html | 13 ------------- 3 files changed, 31 deletions(-) delete mode 100644 themes/lugo/layouts/partials/nav.html delete mode 100644 themes/lugo/layouts/partials/nextprev.html delete mode 100644 themes/lugo/layouts/partials/taglist.html (limited to 'themes/lugo/layouts/partials') diff --git a/themes/lugo/layouts/partials/nav.html b/themes/lugo/layouts/partials/nav.html deleted file mode 100644 index a7318fe..0000000 --- a/themes/lugo/layouts/partials/nav.html +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/lugo/layouts/partials/nextprev.html b/themes/lugo/layouts/partials/nextprev.html deleted file mode 100644 index 099f16d..0000000 --- a/themes/lugo/layouts/partials/nextprev.html +++ /dev/null @@ -1,10 +0,0 @@ -{{ if or .Next .Prev -}} -
-{{- with .Prev }} -
Previous:
{{.Title}}
-{{ end -}} -{{- with .Next -}} -
Next:
{{.Title}}
-{{ end -}} -
-{{ end -}} diff --git a/themes/lugo/layouts/partials/taglist.html b/themes/lugo/layouts/partials/taglist.html deleted file mode 100644 index 757db6f..0000000 --- a/themes/lugo/layouts/partials/taglist.html +++ /dev/null @@ -1,13 +0,0 @@ - {{- if isset .Params "tags" -}} - {{- $tagsLen := len .Params.tags -}} - {{- if gt $tagsLen 0 -}} -
- {{- with .Site.Params.relatedtext }}{{ . }}
{{ end -}} - {{- range $k, $v := .Params.tags -}} - {{- $url := printf "tags/%s" (. | urlize | lower) -}} - {{ . | title }} - {{- if lt $k (sub $tagsLen 1) }} · {{ end -}} - {{- end -}} -
- {{- end -}} - {{- end }} -- cgit v1.3