Revert icon injection

This commit is contained in:
Dominik Pataky 2018-09-03 10:20:28 +02:00 committed by Trinity Pointard
parent 83c4387e94
commit 31a3e6c825
2 changed files with 4 additions and 8 deletions

View File

@ -198,10 +198,6 @@ main a:hover {
text-decoration: underline;
}
main article .fa, main article .fas {
font-size: 10pt;
}
article img {
display: block;
margin: 3em auto;

View File

@ -36,7 +36,7 @@
{% endif %}
</div>
<article>
{{ article.post.content | safe | replace(from="</a>", to=" <i class='fas fa-external-link-alt'></i></a>") }}
{{ article.post.content | safe }}
</article>
<div class="article-meta">