Merge pull request #69 from wking/bootstrap-tgs-typo
bootstrap: Fix tgs -> tags typo in tags.html
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}{{ SITENAME }} <small>[tgs]</small>{% endblock %}
|
||||
{% block title %}{{ SITENAME }} <small>[tags]</small>{% endblock %}
|
||||
{% block content %}
|
||||
<ul>
|
||||
{% for tag, articles in tags %}
|
||||
|
||||
Reference in New Issue
Block a user