added roller shortcode

This commit is contained in:
Oliver Atkinson 2024-02-22 14:00:08 -07:00
parent 7b3c3f0dfb
commit 5c1276738e

View File

@ -0,0 +1,7 @@
<link rel='stylesheet' type='text/css' media='screen' href='/roller.css'>
<div class="roller-container">
{{ $s := $.Params }}
{{ range $k, $v := $s }}
<h3 class="roller{{ $k }}">{{ $v }}</h3>
{{ end }}
</div>