This website requires JavaScript.
Explore
Help
Sign In
balki
/
blog
Watch
1
Star
0
Fork
0
You've already forked blog
Code
Issues
4
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1013f0a5a2
blog
/
hugo
/
layouts
/
_default
/
list.html
7 lines
121 B
HTML
Raw
Normal View
History
Unescape
Escape
Add more hugo templates
2023-05-31 13:35:32 -04:00
{{ define "main" }}
basic blog
2023-07-15 20:10:41 -04:00
<
h1
>
Posts
<
/
h1
>
{{ range .Pages }}
{{ partial "postcard" . }}
{{ end }}
Add more hugo templates
2023-05-31 13:35:32 -04:00
{{ end }}
Reference in New Issue
Copy Permalink