CHANGE section design to be more dynamic
This commit is contained in:
parent
6032aebe80
commit
7239b2c45e
14 changed files with 90 additions and 83 deletions
|
@ -1,5 +1,5 @@
|
|||
{{- $contact := .Site.Params.contact }}
|
||||
<div id="contact" class="section section-highlight">
|
||||
{{- $contact := .contact }}
|
||||
<div id="{{ $contact.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