mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-15 08:47:03 +01:00
Alan Orth
2bb1d6ecc0
Some file are empty (created by `hugo new theme`), but I've left them for reference later.
13 lines
277 B
HTML
13 lines
277 B
HTML
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-8 blog-main">
|
|
{{ range .Data.Pages }}
|
|
{{ .Render "summary"}}
|
|
{{ end }}
|
|
</div> <!-- /.blog-main -->
|
|
|
|
{{ partial "sidebar.html" . }}
|
|
|
|
</div> <!-- /.row -->
|
|
</div> <!-- /.container -->
|