cleanup code
This commit is contained in:
parent
6ea7a7bf78
commit
d9897d6f63
1
libretube-theme/templates/.#category.html
Symbolic link
1
libretube-theme/templates/.#category.html
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
heckyel@gnu.5679
|
@ -126,7 +126,7 @@
|
|||||||
|
|
||||||
<!-- Pagination -->
|
<!-- Pagination -->
|
||||||
{% include "pagination.html" %}
|
{% include "pagination.html" %}
|
||||||
<!-- End Pagination -->
|
<!--/End Pagination -->
|
||||||
|
|
||||||
{%- endblock -%}
|
{%- endblock -%}
|
||||||
|
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<!-- title tag -->
|
<!-- title tag -->
|
||||||
<h3 class="text-center">{{ category }}</h3>
|
<h3 class="text-center">{{ category }}</h3>
|
||||||
<!-- title tag -->
|
|
||||||
{{ super() }}
|
|
||||||
</div>
|
</div>
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{% if DEFAULT_PAGINATION %}
|
{% if DEFAULT_PAGINATION %}
|
||||||
<!-- Pagination -->
|
|
||||||
<nav class="mt-5">
|
<nav class="mt-5">
|
||||||
<ul class="pagination pagination-circle pg-red justify-content-center">
|
<ul class="pagination pagination-circle pg-red justify-content-center">
|
||||||
|
|
||||||
@ -76,5 +75,4 @@
|
|||||||
<!-- /Next -->
|
<!-- /Next -->
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<!-- End Pagination -->
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -5,12 +5,10 @@
|
|||||||
<meta name="robots" content="noindex, follow" />
|
<meta name="robots" content="noindex, follow" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<!-- col 12 -->
|
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<!-- title tag -->
|
<!-- title tag -->
|
||||||
<h3 class="text-center">#{{ tag }}</h3>
|
<h3 class="text-center">#{{ tag }}</h3>
|
||||||
<!-- title tag -->
|
<!-- /title tag -->
|
||||||
{{ super() }}
|
|
||||||
</div>
|
</div>
|
||||||
<!-- End col 12 -->
|
{{ super() }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user