mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-12 11:45:53 +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 %}
|