Files
greenupday.org/_includes/post_detail.html
mattbk af4359f956 Revert "Try to show title."
This reverts commit 543e4929c5.
2017-03-09 12:53:11 -06:00

9 lines
269 B
HTML

<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>