|
@@ -113,12 +113,12 @@
|
|
<div class="row {{if not $st.Title | or (eq $columns "1") }}justify-content-center{{end}}">
|
|
<div class="row {{if not $st.Title | or (eq $columns "1") }}justify-content-center{{end}}">
|
|
{{ if $st.Title }}
|
|
{{ if $st.Title }}
|
|
{{ if eq $columns "1" }}
|
|
{{ if eq $columns "1" }}
|
|
- <div class="section-heading col-12 mb-3 d-flex justify-content-center">
|
|
|
|
|
|
+ <div class="section-heading col-12 mb-3 text-center">
|
|
{{ with $st.Title }}<h1 class="mb-0">{{ . | markdownify | emojify }}</h1>{{ end }}
|
|
{{ with $st.Title }}<h1 class="mb-0">{{ . | markdownify | emojify }}</h1>{{ end }}
|
|
{{ with $st.Params.subtitle }}<p class="mt-1">{{ . | markdownify | emojify }}</p>{{ end }}
|
|
{{ with $st.Params.subtitle }}<p class="mt-1">{{ . | markdownify | emojify }}</p>{{ end }}
|
|
</div>
|
|
</div>
|
|
{{else}}
|
|
{{else}}
|
|
- <div class="section-heading col-12 col-lg-4 mb-3 mb-lg-0 d-flex justify-content-lg-start justify-content-center">
|
|
|
|
|
|
+ <div class="section-heading col-12 col-lg-4 mb-3 mb-lg-0 d-flex flex-column align-items-center align-items-lg-start">
|
|
{{ with $st.Title }}<h1 class="mb-0">{{ . | markdownify | emojify }}</h1>{{ end }}
|
|
{{ with $st.Title }}<h1 class="mb-0">{{ . | markdownify | emojify }}</h1>{{ end }}
|
|
{{ with $st.Params.subtitle }}<p class="mt-1">{{ . | markdownify | emojify }}</p>{{ end }}
|
|
{{ with $st.Params.subtitle }}<p class="mt-1">{{ . | markdownify | emojify }}</p>{{ end }}
|
|
</div>
|
|
</div>
|