Extend Theme
This commit is contained in:
parent
7239b2c45e
commit
0cf0202035
29 changed files with 802 additions and 169 deletions
|
@ -1,6 +1,12 @@
|
|||
{{- $logos := .logos }}
|
||||
{{- $odd := .odd }}
|
||||
<div id="{{ $logos.id }}" class="section {{if eq $odd 0}} section-even {{end}}">
|
||||
{{- $id := "logos"}}
|
||||
{{if $logos.id}}
|
||||
{{- $id := $logos.id}}
|
||||
{{else if .id}}
|
||||
{{- $id := .id }}
|
||||
{{end}}
|
||||
<div id="{{ $id }}" class="section {{if eq $odd 0}} section-even {{end}}">
|
||||
<div class="section-content funding">
|
||||
<div class="title">
|
||||
<h1 class="content-title">{{ $logos.title }}</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue