Initial Commit
[ancientarts.git] / hugo / themes / ancientarts / layouts / shortcodes / slideshow.html
1 <ul class="slideshow{{ with .Get `border` }} slideshow-border{{ end }}{{ with .Get `class` }} {{.}}{{ end }}" style="{{ with .Get `out-delay` }}--fadeOutDelay: {{.}}; {{ end }}{{ with .Get `in-delay` }}--fadeInDelay: {{.}}; {{ end }}{{ with .Get `cycle` }}--cycleSpeed: {{.}}; {{ end }}{{ with .Get `fade` }}--fadeSpeed: {{.}}; {{ end }}{{ with .Get `padding`}}padding: {{.}}; {{ end }}{{ with .Get `margin` }}margin: {{.}}; {{ end }}">
2 {{ safeHTML (replaceRE "</[ou]l>" "" (replaceRE "<[ou]l>" "" .Inner)) }}
3 </ul>