started templates for members and jobs
This commit is contained in:
8
fet2020/templates/posts/partials/_posts_hero.html
Normal file
8
fet2020/templates/posts/partials/_posts_hero.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<a href="{% url 'posts.show' post.slug %}">
|
||||
<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>
|
||||
</a>
|
||||
Reference in New Issue
Block a user