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