add pic grid and basic pure css support
This commit is contained in:
parent
5689f4355b
commit
f52ff6f27d
6 changed files with 150 additions and 124 deletions
|
@ -1,5 +1,5 @@
|
|||
{{ define "main" }}
|
||||
<div class="container bodycontainer">
|
||||
<div class="container">
|
||||
{{ $paginator := .Paginate ((where .Site.RegularPages "Section" "moments").ByParam "top") }}
|
||||
{{ range $paginator.Pages }}
|
||||
{{ partial "row.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue