forked from github/pelican-alchemy
Indent jinja code blocks, allow editors to collapse regions
This commit is contained in:
parent
4aee394acb
commit
75a023e04c
16 changed files with 253 additions and 249 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
{% block title %}
|
||||
{{ author }} Articles | {{ SITENAME }}
|
||||
{{ author }} Articles | {{ SITENAME }}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{{ author }} Articles
|
||||
{{ author }} Articles
|
||||
{% endblock %}
|
||||
|
|
|
|||
Reference in a new issue