Added lost tags
This commit is contained in:
17
cl-theme/templates/tag.html
Normal file
17
cl-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() }}
|
||||
<meta name="robots" content="noindex, follow" />
|
||||
<style>
|
||||
.card-content-header {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div class="card-content-header">
|
||||
<h4 class="title is-4 has-text-centered">#{{ tag }}</h4>
|
||||
</div>
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user