mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue