From 71e48e43cefa0b2830b8f167f5ca5d0a6dad738e Mon Sep 17 00:00:00 2001 From: mms Date: Mon, 11 Nov 2024 21:33:47 +0100 Subject: feat: book reviews --- layouts/shortcodes/.#review-table.html | 1 + layouts/shortcodes/review-table.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 120000 layouts/shortcodes/.#review-table.html create mode 100644 layouts/shortcodes/review-table.html (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/.#review-table.html b/layouts/shortcodes/.#review-table.html new file mode 120000 index 0000000..8a2a5d0 --- /dev/null +++ b/layouts/shortcodes/.#review-table.html @@ -0,0 +1 @@ +mms@voyager.local.23203:1731088680 \ No newline at end of file diff --git a/layouts/shortcodes/review-table.html b/layouts/shortcodes/review-table.html new file mode 100644 index 0000000..4460525 --- /dev/null +++ b/layouts/shortcodes/review-table.html @@ -0,0 +1,30 @@ + + + + + + + + + {{- range +(where .Site.RegularPages ".Section" "intersect" (slice .Section)).ByTitle }} + + + + + + {{- end }} + +
TitleRTG
{{ .Title }}{{ .Params.Rating}}
-- cgit v1.2.3