Files
greenupday.org/_includes/post_detail.html
2017-03-09 12:52:00 -06:00

11 lines
295 B
HTML

{% assign page = post %}
<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>