|
|
|
@ -1,8 +1,11 @@
|
|
|
|
|
{{ define "main" }}
|
|
|
|
|
<article>
|
|
|
|
|
<section>
|
|
|
|
|
{{ partial "paige-title.html" . }}
|
|
|
|
|
{{ partial "paige-description.html" . }}
|
|
|
|
|
{{ partial "paige-metadata.html" . }}
|
|
|
|
|
</section>
|
|
|
|
|
<section>
|
|
|
|
|
{{ with .Params.stretch }}
|
|
|
|
|
<div class="mb-3 mw-100 rounded-4 shadow" style="background-image: url('{{ relLangURL . }}'); background-position: center; background-size: cover; height: 20rem"></div>
|
|
|
|
|
{{ end }}
|
|
|
|
@ -23,6 +26,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{ end }}
|
|
|
|
|
</section>
|
|
|
|
|
{{ partial "paige-toc.html" . }}
|
|
|
|
|
{{ partial "paige-content.html" . }}
|
|
|
|
|
{{ partial "paige-social.html" . }}
|
|
|
|
|