forked from github/pelican-alchemy
Reduce html files (space) tab size 4 -> 2
This commit is contained in:
parent
52380ceab6
commit
288e6464bd
16 changed files with 260 additions and 260 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
{% block title %}
|
||||
{{ SITENAME }} — Articles in the {{ category }} category
|
||||
{{ SITENAME }} — Articles in the {{ category }} category
|
||||
{% endblock %}
|
||||
|
||||
{% block page_title %}
|
||||
<h1>Articles in the {{ category }} category</h1>
|
||||
<h1>Articles in the {{ category }} category</h1>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Reference in a new issue