summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/rate.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-11-08 10:16:25 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-11-08 10:16:25 +0100
commit6fcef93f580f9f47172cdfee5453f5021bc8e88b (patch)
tree0ea9030390bb2fceec5f36817ff879d6994e5b34 /layouts/shortcodes/rate.html
parentc65f7d8dd45ed96307e9045ca6f6eeec4a6a9383 (diff)
downloadpragblog-6fcef93f580f9f47172cdfee5453f5021bc8e88b.tar.gz
pragblog-6fcef93f580f9f47172cdfee5453f5021bc8e88b.zip
map shortcode -> theme
Diffstat (limited to 'layouts/shortcodes/rate.html')
-rw-r--r--layouts/shortcodes/rate.html13
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>