Allow pages to specify a two-column layout
This commit is contained in:
parent
12a3fc6e59
commit
5deda1c5ee
2 changed files with 13 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
{{ partial "content_header.html" . }}
|
||||
|
||||
{{- $layout := .Params.layout -}}
|
||||
<article{{ with $layout }} class="{{ . }}"{{ end }}>
|
||||
{{ .Content }}
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
{{ partial "footer_tags.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue