mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-05-11 15:06:05 +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" %}
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
{% if not content %}
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if not content_after_search %}
|
{% if not content_after_search %}
|
||||||
{{ content|safe }}
|
{{ content|safe }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user