Fix lost files
This commit is contained in:
17
libretube-theme/templates/tag.html
Normal file
17
libretube-theme/templates/tag.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% extends "base.html" %}
|
||||
{% block head %}
|
||||
{% block title %}<title>#{{ tag.name }} - {{SITENAME}}</title>{% endblock title %}
|
||||
{{ super() }}
|
||||
{{ super() }}
|
||||
<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() }}
|
||||
</div>
|
||||
<!-- End col 12 -->
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user