mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 09:12:47 +00:00
Section list parametrization added:
list_article_class list_main_class
This commit is contained in:
parent
c408cfedd8
commit
573bcb27c1
@ -1,6 +1,6 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<article class="pa3 pa4-ns nested-copy-line-height nested-img">
|
<article class="{{ .Site.Params.list_article_class | default "pa3 pa4-ns nested-copy-line-height nested-img" }}">
|
||||||
<main class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">
|
<main class="{{ .Site.Params.list_main_class | default "cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray" }}">
|
||||||
{{- .Content -}}
|
{{- .Content -}}
|
||||||
</main>
|
</main>
|
||||||
<section class="{{ .Site.Params.list_section_class | default "flex-ns flex-wrap justify-around mt5" }}">
|
<section class="{{ .Site.Params.list_section_class | default "flex-ns flex-wrap justify-around mt5" }}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user