Add link emoji to link post title

This commit is contained in:
Helen Chong 2024-12-02 10:06:25 +08:00
parent 8ddc5f9276
commit fa95ff36ea
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% extends "content" ~ DIR ~ "post.twig" %}
{% block content %}
<h2 class="post_title">
<h2 class="post_title">🔗
<a href="{{ post.source | fix(true) }}" rel="external">{{ post.name }}</a>
</h2>
<section class="description" aria-label="{{ 'Text Content' | translate }}">