clean-up
This commit is contained in:
@@ -15,11 +15,11 @@
|
|||||||
<div class="article-date">
|
<div class="article-date">
|
||||||
<p>{{post.public_date}}</p>
|
<p>{{post.public_date}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="article-title">
|
<div class="article-title">
|
||||||
<h1>{{post.title| safe}}</h1>
|
<h1>{{post.title| safe}}</h1>
|
||||||
<p>{{post.subtitle | safe}}</p>
|
<p>{{post.subtitle | safe}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -28,8 +28,7 @@
|
|||||||
|
|
||||||
<div class="medium-4 responsive-side-box cell">
|
<div class="medium-4 responsive-side-box cell">
|
||||||
|
|
||||||
<a href="{% url 'posts.index' %}"><h1>Neuigkeiten</h1>
|
<a href="{% url 'posts.index' %}"><h1>Neuigkeiten</h1></a>
|
||||||
</a>
|
|
||||||
<div class="article-row-section">
|
<div class="article-row-section">
|
||||||
{% with post=featured_post %}
|
{% with post=featured_post %}
|
||||||
{% include 'posts/partials/_article_row.html' %}
|
{% include 'posts/partials/_article_row.html' %}
|
||||||
@@ -61,7 +60,6 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
{% extends 'layout.html' %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
Memeber
|
|
||||||
{% endblock %}
|
|
||||||
@@ -3,15 +3,11 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="grid-container">
|
<div class="grid-container">
|
||||||
|
|
||||||
|
|
||||||
<div class="grid-x">
|
<div class="grid-x">
|
||||||
<div class="medium-8 cell">
|
<div class="medium-8 cell">
|
||||||
{% for post in posts %}
|
{% for post in posts %}
|
||||||
{% include 'posts/partials/_posts_hero.html' %}
|
{% include 'posts/partials/_posts_hero.html' %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -86,4 +86,4 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}fffsdfag
|
{% endblock %}
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
{% extends 'layout.html' %}
|
{% extends 'layout.html' %}
|
||||||
{% load post_helpers %}
|
{% load post_helpers %}
|
||||||
{% load thumbnail %}
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if featured_post != None %}
|
{% if featured_post != None %}
|
||||||
{% with post=featured_post %}
|
{% with post=featured_post %}
|
||||||
|
|||||||
Reference in New Issue
Block a user