themes/docsy/layouts/shortcodes/pageinfo.html (
5
lines of code) (
raw
):
{{ $_hugo_config := `{ "version": 1 }` }} {{ $color := .Get "color" | default "primary" }} <div class="pageinfo pageinfo-{{ $color }}"> {{ .Inner }} </div>