Add link underline for main body; add link icon
Links in the main body part are now underlined on mouse hover. <a> tags in the article content are expanded by an icon from FontAwesome. Fixes #140
This commit is contained in:
committed by
Trinity Pointard
parent
05fb7c9b42
commit
83c4387e94
@@ -36,7 +36,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<article>
|
||||
{{ article.post.content | safe }}
|
||||
{{ article.post.content | safe | replace(from="</a>", to=" <i class='fas fa-external-link-alt'></i></a>") }}
|
||||
</article>
|
||||
|
||||
<div class="article-meta">
|
||||
|
||||
Reference in New Issue
Block a user