REWORK button: add option for multiple button, CHANGE font
This commit is contained in:
parent
db7ec5795f
commit
f696b07527
9 changed files with 81 additions and 63 deletions
|
@ -27,7 +27,7 @@
|
|||
{{ $pages := where $.Site.RegularPages "Section" $id }}
|
||||
{{- partial "team.html" (dict "id" $id "team" .Params "pages" $pages "defaultimage" $.Site.Params.defaultimage "odd" $odd) -}}
|
||||
{{ else if eq .Params.type "contact" }}
|
||||
{{- partial "contact.html" (dict "id" $id "contact" .Params "odd" $odd) -}}
|
||||
{{- partial "contact.html" (dict "id" $id "contact" .Params "content" .Content "odd" $odd) -}}
|
||||
{{ else if eq .Params.type "logos" }}
|
||||
{{- partial "logos.html" (dict "id" $id "logos" .Params "odd" $odd) -}}
|
||||
{{ else if eq .Params.type "links" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue