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:
Dominik Pataky
2018-08-18 23:22:08 +02:00
committed by Trinity Pointard
parent 05fb7c9b42
commit 83c4387e94
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -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">