remove duplicate main-content

This commit is contained in:
Jesús 2019-03-17 17:13:40 -05:00
parent 1e525f348f
commit e688de7eb7
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
5 changed files with 393 additions and 412 deletions

View File

@ -55,8 +55,6 @@
{% block title %}{% trans %}Archivos de {{ SITENAME }}{% endtrans %}{% endblock %}
{% block content %}
<!-- page content -->
<div class="main-content">
<div class="container">
<!-- start of posts -->
<div class="columns is-multiline is-centered">
@ -118,13 +116,9 @@
</div>
</div>
<!-- end of post content -->
</div>
<!-- end of post -->
</div>
<!-- end of post column -->
</div>
</div>
<!-- end of page content -->
{% endblock %}

View File

@ -58,8 +58,6 @@
{% block title %}{{ article.title|striptags }}{% endblock %}
{% block content %}
<!-- page content -->
<div class="main-content">
<div class="container">
<!-- start of posts -->
<div class="columns is-multiline is-centered">
@ -168,6 +166,4 @@
</div>
<!-- end of post column -->
</div>
</div>
<!-- end of page content -->
{% endblock %}

View File

@ -8,7 +8,6 @@
{% block title %}{% trans %}Autores de {{ SITENAME }}{% endtrans %}{% endblock %}
{% block content %}
<div class="main-content">
<div class="container">
<!-- start of pages -->
<div class="columns is-multiline is-centered">
@ -124,5 +123,4 @@
</div>
<!-- end of pages -->
</div>
</div>
{% endblock %}

View File

@ -29,8 +29,6 @@
{% endblock %}
{% block content %}
<div class="main-content">
<div class="container">
<!-- start of pages -->
<div class="columns is-multiline is-centered">
@ -112,6 +110,4 @@
</div>
<!-- end of pages -->
</div>
</div>
{% endblock %}

View File

@ -1,7 +1,6 @@
{% extends "base.html" %}
{% block content %}
<div class="main-content">
<div class="container">
<!-- start of posts -->
<div class="columns is-multiline is-centered">
@ -42,6 +41,4 @@
</div>
</div>
</div>
</div>
{% endblock %}