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/nextprev.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 themes/lugo/layouts/partials/nextprev.html (limited to 'themes/lugo/layouts/partials/nextprev.html') 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 -}} -- cgit v1.3