From dd2fa87bba4bb8c4c27e387773a49ee35445fa5d Mon Sep 17 00:00:00 2001 From: mms Date: Mon, 22 Apr 2024 15:42:24 +0200 Subject: feat: rating box: --- layouts/shortcodes/rating.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 layouts/shortcodes/rating.html (limited to 'layouts/shortcodes/rating.html') diff --git a/layouts/shortcodes/rating.html b/layouts/shortcodes/rating.html new file mode 100644 index 0000000..e6159ae --- /dev/null +++ b/layouts/shortcodes/rating.html @@ -0,0 +1,34 @@ +{{- $rating := .Get 0 }} +{{- $file := .Get 1 }} +{{- $caption := .Inner }} + + -- cgit v1.2.3