[enh] add full-picture.html section template
This commit is contained in:
parent
59c72aa913
commit
e0327c9199
9
templates/sections/full-picture.html
Normal file
9
templates/sections/full-picture.html
Normal file
@ -0,0 +1,9 @@
|
||||
<section class="full-picture" style="background: transparent url('{{ section.image }}') no-repeat scroll center top / cover;">
|
||||
<div class="picture-text">
|
||||
<div class="picture-text-column">
|
||||
<h1>Some title on the picture</h1>
|
||||
<h2>Some subtitle</h2>
|
||||
<div class="datetime">march 3th 2015</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Loading…
x
Reference in New Issue
Block a user