diff options
author | Atif Haider <mail@atifhaider.com> | 2014-01-07 14:43:59 +0530 |
---|---|---|
committer | Atif Haider <mail@atifhaider.com> | 2014-01-07 14:43:59 +0530 |
commit | 8468e45a55634a0fccc1ac8a33d9cdd3cdc023fd (patch) | |
tree | 970dd45c1a9912399fb0a1fe40dbf326948a0f0b /SoMA/templates/category.html | |
parent | 91663921bb271183b51de9a6543de8f912bd7c65 (diff) | |
download | pelican-themes-8468e45a55634a0fccc1ac8a33d9cdd3cdc023fd.tar.gz |
Simple, intuitive and responsive theme added.
Diffstat (limited to 'SoMA/templates/category.html')
-rw-r--r-- | SoMA/templates/category.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SoMA/templates/category.html b/SoMA/templates/category.html new file mode 100644 index 0000000..56f8e93 --- /dev/null +++ b/SoMA/templates/category.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ category }}{% endblock %} |