1
0

removed title from homepage

Este cometimento está contido em:
Jordan Han 2019-06-08 20:38:32 +08:00
ascendente 7f76d93b8b
cometimento f1b0130960

Ver ficheiro

@ -1,9 +1 @@
<h1 class="entry-title">
{% if page.title %}
<a href="{{ root_url }}{{ page.url }}">{{ page.title }}</a>
{% endif %}
{% if post.title %}
<a href="{{ root_url }}{{ post.url }}">{{ post.title }}</a>
{% endif %}
</h1>
<div class="entry-content">{{ content }}</div