/ ‘theme/templates/index.html’
This commit is contained in:
parent
a63e6ff64e
commit
132ecb4746
1 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,11 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
{% block content_title %}
|
||||||
|
<div class="b black o-10" style="font-size: 3.6em;">
|
||||||
|
<div class="w-100">
|
||||||
|
{{ SITENAME }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% for category, articles in categories %}
|
{% for category, articles in categories %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue