aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/layouts/shortcodes/pageinfo.html
blob: 303f8c5fd06587c60bab720d9a7f281d49dd45ec (plain)
1
2
3
4
5
{{ $_hugo_config := `{ "version": 1 }` }}
{{ $color := .Get "color" | default "primary" }}
<div class="pageinfo pageinfo-{{ $color }}">
{{ .Inner }}
</div>