mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-24 08:09:52 +00:00
fix double h1 on index with readme contents
This commit is contained in:
parent
f23f99aeec
commit
390f5a789f
@ -1,6 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
{% if not content %}
|
||||
<h1>{{ title }}</h1>
|
||||
{% endif %}
|
||||
|
||||
{% if not content_after_search %}
|
||||
{{ content|safe }}
|
||||
|
Loading…
Reference in New Issue
Block a user