add pic grid and basic pure css support

This commit is contained in:
FarseaSH 2021-09-01 22:36:56 +08:00
parent 5689f4355b
commit f52ff6f27d
6 changed files with 150 additions and 124 deletions

View file

@ -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" . }}