Layout changes
This commit is contained in:
@@ -24,17 +24,9 @@
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block info %}
|
||||
<p>← <a class="return-home" href="/">Return Home</a></p>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if article.wide %}
|
||||
<div class="content content-wide">
|
||||
{% else %}
|
||||
<div class="content">
|
||||
{% endif %}
|
||||
|
||||
<p class="return-home">← <a href="/">Return Home</a></p>
|
||||
<header>
|
||||
<h1>{{ article.title }}</h1>
|
||||
<div class="summary">
|
||||
|
Reference in New Issue
Block a user