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

@ -1,10 +1,10 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block extra_head %} {% block extra_head %}
<meta name="description" content="{{ _('Lista de artículos publicados en Conocimientos Libres.') }}"> <meta name="description" content="{{ _('Lista de artículos publicados en Conocimientos Libres.') }}">
<meta name="keywords" content="{{ _('archivos,artículos,historia,lista de artículos') }}"> <meta name="keywords" content="{{ _('archivos,artículos,historia,lista de artículos') }}">
<style> <style>
.content ul, .content ul ul, .content ul ul ul { .content ul, .content ul ul, .content ul ul ul {
list-style:none !important; list-style:none !important;
@ -48,16 +48,14 @@
.contenedor-arbol ul > li:last-child::after { .contenedor-arbol ul > li:last-child::after {
height: 8px; height: 8px;
} }
</style> </style>
{% endblock %} {% endblock %}
{% block title %}{% trans %}Archivos de {{ SITENAME }}{% endtrans %}{% endblock %} {% block title %}{% trans %}Archivos de {{ SITENAME }}{% endtrans %}{% endblock %}
{% block content %} {% block content %}
<!-- page content --> <div class="container">
<div class="main-content">
<div class="container">
<!-- start of posts --> <!-- start of posts -->
<div class="columns is-multiline is-centered"> <div class="columns is-multiline is-centered">
<!-- start of post --> <!-- start of post -->
@ -118,13 +116,9 @@
</div> </div>
</div> </div>
<!-- end of post content --> <!-- end of post content -->
</div> </div>
<!-- end of post --> <!-- end of post -->
</div> </div>
<!-- end of post column --> <!-- end of post column -->
</div> </div>
</div>
<!-- end of page content -->
{% endblock %} {% endblock %}

View File

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

View File

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

View File

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

View File

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