fix the template

This commit is contained in:
2020-08-14 20:29:44 +00:00
parent e52739890e
commit e6d21a3640
10 changed files with 31709 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<div class="news-hero padding-bottom-1" style="background-image:url('{{post.imageurl}}')">
<div class="news-hero-text">
<h1>{{post.title}}</h1>
<h2>{{post.subtitle}}</h2>{{post}}
</div>
</div>