Initial commit
This commit is contained in:
commit
f3955f6322
22 changed files with 2422 additions and 0 deletions
7
_includes/post_link.njk
Normal file
7
_includes/post_link.njk
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% if page.url != post.url %}
|
||||
<a href="{{ post.url }}">{{ post.data.title }}</a>
|
||||
{% else %}
|
||||
{{ post.data.title }}
|
||||
{% endif %} -
|
||||
<time datetime="{{ post.date | htmlDateString }}">{{ post.date | htmlDateString }}</time>
|
||||
{% if post.data.description %}<p>{{ post.data.description }}</p>{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue