progressed on mosaic layout
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
|
||||
{{/* used to show posts */}}
|
||||
|
||||
|
||||
{{ define "header" }}
|
||||
{{/* We can override any block in the baseof file be defining it in the template */}}
|
||||
{{ partial "page-header.html" . }}
|
||||
{{ end }}
|
||||
{{/* used to show posts */}}
|
||||
{{ define "main" }}
|
||||
{{ $section := .Site.GetPage "section" .Section }}
|
||||
<article class="flex flex-wrap center light-gray flex-column tc flex-align:center">
|
||||
|
Reference in New Issue
Block a user