diff options
Diffstat (limited to 'layouts/shortcodes/rate.html')
| -rw-r--r-- | layouts/shortcodes/rate.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/layouts/shortcodes/rate.html b/layouts/shortcodes/rate.html deleted file mode 100644 index 130b28e..0000000 --- a/layouts/shortcodes/rate.html +++ /dev/null @@ -1,13 +0,0 @@ -<i class="material-icons"> -{{ range seq (.Get 0) }} -star -{{ end }} -{{ $len := 5 }} -{{/* handle halves here */}} -{{ if eq 4 $len }} -star_half -{{ end }} -{{ range seq (sub $len (int (.Get 0))) }} -star_border -{{ end }} -</i> |
