1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30
Files
avinal.github.io/themes/alchemy/templates/category.html
T
avinal 353e9b977e typo corrected
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
2021-05-21 23:17:02 +05:30

9 lines
180 B
HTML

{% extends "index.html" %}
{% block title %}
{{ category }} Articles | {{ SITENAME }}
{% endblock %}
{% block page_header %}
Articles under {{ category }} category
{% endblock %}