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" %}
|
{% extends "content" ~ DIR ~ "post.twig" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2 class="post_title">
|
<h2 class="post_title">🔗
|
||||||
<a href="{{ post.source | fix(true) }}" rel="external">{{ post.name }}</a>
|
<a href="{{ post.source | fix(true) }}" rel="external">{{ post.name }}</a>
|
||||||
</h2>
|
</h2>
|
||||||
<section class="description" aria-label="{{ 'Text Content' | translate }}">
|
<section class="description" aria-label="{{ 'Text Content' | translate }}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user