Remove duplicate title

This commit is contained in:
Oliver Davies 2019-04-19 00:43:23 +01:00
parent 9c64a1d331
commit 0d19f90691

View file

@ -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>