leilukin-tumbleblog/themes/leilukin/feathers/link.twig

11 lines
299 B
Twig
Raw Normal View History

{% extends "content" ~ DIR ~ "post.twig" %}
{% block content %}
2024-12-02 02:06:25 +00:00
<h2 class="post_title">🔗
<a href="{{ post.source | fix(true) }}" rel="external">{{ post.name }}</a>
</h2>
<section class="description" aria-label="{{ 'Text Content' | translate }}">
{{ post.description }}
</section>
{% endblock %}