You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
247 B
10 lines
247 B
<h1><a href="/react{{ page.url }}">{{ page.title }}</a></h1>
|
|
<p class="meta">{{ page.date | date_to_string }} by {{ page.author }}</p>
|
|
|
|
<div id="post">
|
|
{% if content != '' %}
|
|
{{ page.excerpt }}
|
|
{% else %}
|
|
{{ page.content }}
|
|
{% endif %}
|
|
</div>
|
|
|