first commit
This commit is contained in:
13
themes/fsmi-theme/templates/category.html
Normal file
13
themes/fsmi-theme/templates/category.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% set name = ["Category: ",category]|join %}
|
||||
{% set link = ["category/",category,".html"]|join %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% from 'macro.html' import article_panel_list with context %}
|
||||
{% set parent = '' %}
|
||||
{% set id = category %}
|
||||
{% set title_left = category %}
|
||||
{% set title_right = articles|count %}
|
||||
{% set entry_list = articles %}
|
||||
{{ article_panel_list(parent,id,title_left,title_right,entry_list) }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user