mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
5 lines
126 B
HTML
5 lines
126 B
HTML
{% if post.isLink %}
|
|
{% include "partial-post-link.html" %}
|
|
{% else %}
|
|
{% include "partial-post-text.html" %}
|
|
{% endif %}
|