From 4e26aabccc2432b4670e874017f55261506d59bb Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 26 Jun 2026 17:16:10 +0200 Subject: feat: slackware hub list layout with project rows --- layouts/slackware/list.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 layouts/slackware/list.html (limited to 'layouts/slackware/list.html') diff --git a/layouts/slackware/list.html b/layouts/slackware/list.html new file mode 100644 index 0000000..e385f89 --- /dev/null +++ b/layouts/slackware/list.html @@ -0,0 +1,28 @@ +{{ define "main" }} +
+
+ {{ partial "breadcrumb.html" . }} + +
+

+ {{ i18n "slackwareTitle" }} +

+

+ {{ i18n "slackwareSubtitle" }} +

+
+ + {{ with .Content }} +
+ {{ . }} +
+ {{ end }} + +
+ {{ range $index, $p := .Pages }} + {{ partial "project-row.html" (dict "page" $p "index" $index) }} + {{ end }} +
+
+
+{{ end }} -- cgit v1.2.3