mirror of
https://github.com/arsenetar/pelican-red.git
synced 2026-01-23 15:11:38 +00:00
Update all main template files
This is a major update to template files as now most have actual content.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}{{ super() }} - {{ page.title|title }}{% endblock %}
|
||||
{% block content_title %}{{ page.title|title }}{% endblock %}
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
{{ page.content }}
|
||||
<footer>
|
||||
{% include '_page_footer.html' %}
|
||||
</footer>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user