generated from hjess/PythonTemplateProject
Loads and loads of data
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
<section>
|
||||
<div class="row">
|
||||
<div class="col-8 col-12-medium">
|
||||
<p><b>Opsumering: {{ section.summary }}</b></p>
|
||||
{# <p><b>Kort: {{ section.summary }}</b></p>#}
|
||||
</div>
|
||||
<div class="col-4 col-12-medium">
|
||||
<p><em>Forfatter: {{ section.author }}</em></p>
|
||||
<p><small> <em>Kort: {{ section.summary }}</em></small></p>
|
||||
</div>
|
||||
</div>
|
||||
<h2>{{ section.name }}</h2>
|
||||
{# <h2>{{ section.name }}</h2>#}
|
||||
<div>
|
||||
{{ section.content | safe }}
|
||||
</div>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<span class="opener">Kategorier</span>
|
||||
<ul>
|
||||
{% for category in data.categories %}
|
||||
<li><a href="/category/{{ category.path }}">{{ category.name }}</a></li>
|
||||
<li><a href="/category/{{ category.path }}">{{ category.path }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user