uci-hugo-doc/layouts/_default/single.html

9 lines
270 B
HTML
Raw Normal View History

2020-01-12 06:33:02 -08:00
{{ define "main" }}
{{ partial "page-header" . }}
<article class="gdoc-markdown gdoc-markdown__align--{{ default "left" (.Page.Params.GeekdocAlign | lower) }}">
2020-01-12 06:33:02 -08:00
<h1>{{ partial "title" . }}</h1>
2020-02-26 14:59:30 -08:00
{{ partial "content" . }}
2020-01-12 06:33:02 -08:00
</article>
{{ end }}