G
Ryan's Git Repos
rschanzorg-public
files
log
graph
refs
Ref
main
themes/hugo-coder/layouts/partials/page.html
main
· 254 B · 13 lines
raw
1
<
section
class=
"container page"
>
2
<
article
>
3
<
header
>
4
<
h1
class=
"title"
>
5
<
a
class=
"title-link"
href=
"{{ .Permalink | safeURL }}"
>
6
{{ .Title }}
7
</
a
>
8
</
h1
>
9
</
header
>
10
11
{{ .Content }}
12
</
article
>
13
</
section
>