ADD subpaths for pages and create basic index #19
This commit is contained in:
parent
a08a01517d
commit
98ab0ab419
3 changed files with 74 additions and 16 deletions
|
|
@ -11,11 +11,7 @@
|
|||
<article class="post">
|
||||
<div class="post-meta">{{ post.date }}</div>
|
||||
<h2 class="post-title">
|
||||
{% if post.type in ['long', 'short'] %}
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
{% else %}
|
||||
{{ post.title }}
|
||||
{% endif %}
|
||||
</h2>
|
||||
{% if post.type == 'short' %}
|
||||
<div class="post-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue