This website requires JavaScript.
Explore
Help
Sign In
alanorth
/
hugo-theme-bootstrap4-blog
Watch
1
Star
0
Fork
0
You've already forked hugo-theme-bootstrap4-blog
mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced
2024-11-15 08:47:03 +01:00
Code
Releases
Activity
6059f6cbea
hugo-theme-bootstrap4-blog
/
layouts
/
_default
/
list.html
8 lines
97 B
HTML
Raw
Normal View
History
Unescape
Escape
Start using Go 1.6's blocks Partials are nice, but blocks are a better base construct. Right now there is basically only layouts/_default/baseof.html that is doing most of the work. See: https://gohugo.io/templates/blocks
2016-09-01 16:37:27 +02:00
{{ define "main" }}
{{ range .Data.Pages }}
{{ .Render "summary"}}
{{ end }}
{{ end }}
Copy Permalink