7 lines
327 B
HTML
7 lines
327 B
HTML
|
{{ define "main" }}
|
||
|
<article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy {{ $.Param "text_color" | default "mid-gray" }}">
|
||
|
{{ .Content }}
|
||
|
</article>
|
||
|
{{/* Define a section to pull recent posts from. For Hugo 0.20 this will default to the section with the most number of pages. */}}
|
||
|
{{end}}
|