UNPKG
@gotpop/multitool
Version:
latest (0.0.887)
0.0.887
0.0.886
0.0.885
0.0.884
0.0.883
0.0.882
0.0.881
0.0.88
0.0.87
0.0.86
0.0.85
0.0.84
0.0.83
0.0.82
0.0.81
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
MultiTool is a CLI tool to assist in quickly setting up a Hugo project for NetlifyCMS
@gotpop/multitool
/
dist
/
multitool
/
layouts
/
about
/
list.html.html
17 lines
(13 loc)
•
265 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{ define
"main"
}} <div
class
="
container
"> <
main
role
="
main
"> <
h3
>
About
....</
h3
>
{{ range .Pages }} <h2
class
="
entry
-
title
"
itemprop
="
headline
">
{{ .Title }} <
/h2> {{ .Content}} {{ end }} </main
> </div> {{ end }}