Remove duplicate title
This commit is contained in:
parent
9c64a1d331
commit
0d19f90691
|
@ -9,11 +9,11 @@ generator:
|
|||
<meta name="robots" content="noindex, follow">
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}{{ page.title }} "{{ page.tag }}"{% endblock %}
|
||||
{% block page_title %}
|
||||
{{ page.title }}: "{{ page.tag }}"
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Tag: {{ page.tag }}</h1>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in a new issue