cleanup code

This commit is contained in:
Jesús 2019-11-23 19:46:40 -05:00
parent 6ea7a7bf78
commit d9897d6f63
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
5 changed files with 4 additions and 9 deletions

View File

@ -0,0 +1 @@
heckyel@gnu.5679

View File

@ -126,7 +126,7 @@
<!-- Pagination -->
{% include "pagination.html" %}
<!-- End Pagination -->
<!--/End Pagination -->
{%- endblock -%}

View File

@ -11,8 +11,6 @@
<div class="col-md-12">
<!-- title tag -->
<h3 class="text-center">{{ category }}</h3>
<!-- title tag -->
{{ super() }}
</div>
{{ super() }}
{% endblock %}

View File

@ -1,5 +1,4 @@
{% if DEFAULT_PAGINATION %}
<!-- Pagination -->
<nav class="mt-5">
<ul class="pagination pagination-circle pg-red justify-content-center">
@ -76,5 +75,4 @@
<!-- /Next -->
</ul>
</nav>
<!-- End Pagination -->
{% endif %}

View File

@ -5,12 +5,10 @@
<meta name="robots" content="noindex, follow" />
{% endblock %}
{% block content %}
<!-- col 12 -->
<div class="col-md-12">
<!-- title tag -->
<h3 class="text-center">#{{ tag }}</h3>
<!-- title tag -->
{{ super() }}
<!-- /title tag -->
</div>
<!-- End col 12 -->
{{ super() }}
{% endblock %}