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