forked from varia/varia.website
being totally confused about what happens here, removes things that didn't seem to do anything
This commit is contained in:
parent
dc223015f4
commit
d2a81979fa
@ -2,13 +2,5 @@
|
||||
{% block content_title %}
|
||||
<h1>Category: {{ category }}</h1>
|
||||
<hr>
|
||||
{% for p in pages %}
|
||||
{% if p.slug == category %}
|
||||
<div id="title">{{ p.content }}</div>
|
||||
{% endif %}
|
||||
{% if p.slug == projects %}
|
||||
<div id="title">{{ p.content }}</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user