ADD quote and default section, ADD cover images to lists, FIX contact section
This commit is contained in:
parent
e6257036b9
commit
57e72154a5
8 changed files with 82 additions and 15 deletions
13
layouts/partials/quote.html
Normal file
13
layouts/partials/quote.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
{{- $quote := .quote }}
|
||||
{{- $odd := .odd }}
|
||||
{{- $id := "quote"}}
|
||||
{{if .id}}
|
||||
{{- $id = .id }}
|
||||
{{end}}
|
||||
<div id="{{ $id }}" class="section {{if eq $odd 0}} section-even {{end}}">
|
||||
<div class="section-content quote">
|
||||
<i class="icon-quote-left"></i>
|
||||
{{ .content }}
|
||||
<i class="icon-quote-right"></i>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue