summaryrefslogtreecommitdiffstats
path: root/themes/lv2/templates/category.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/lv2/templates/category.html')
-rw-r--r--themes/lv2/templates/category.html17
1 files changed, 2 insertions, 15 deletions
diff --git a/themes/lv2/templates/category.html b/themes/lv2/templates/category.html
index 0eac7dd..56f8e93 100644
--- a/themes/lv2/templates/category.html
+++ b/themes/lv2/templates/category.html
@@ -1,15 +1,2 @@
-{% extends "article_list.html" %}
-{% block title %}{{ category }} - {{ SITENAME }}{% endblock %}
-{% block meta %}
- <meta name="author" content="{{ AUTHOR }}" />
- <meta name="keywords" content="{{ category }}" />
-{% endblock %}
-{% block breadcrumbs %}
- {% if DISPLAY_BREADCRUMBS %}
- <ol class="breadcrumb">
- <li><a href="{{ SITEURL }}" title="{{ SITENAME }}"><i class="fa fa-home fa-lg"></i></a></li>
- <li><a href="{{ SITEURL}}/{{ CATEGORIES_URL }}" title="{{ SITENAME }} Categories">Categories</a></li>
- <li class="active">{{ category }}</li>
- </ol>
- {% endif %}
-{% endblock %}
+{% extends "index.html" %}
+{% block title %}{{ SITENAME }} - {{ category }}{% endblock %}