Add link emoji to link post title
This commit is contained in:
parent
8ddc5f9276
commit
fa95ff36ea
|
@ -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 }}">
|
||||
|
|
Loading…
Reference in New Issue