Revert icon injection

This commit is contained in:
Dominik Pataky 2018-09-03 10:20:28 +02:00
parent a82cccfdef
commit f414f6145e
2 changed files with 16 additions and 20 deletions

View File

@ -137,10 +137,6 @@ main a:hover {
text-decoration: underline; text-decoration: underline;
} }
main article .fa, main article .fas {
font-size: 10pt;
}
article img { article img {
max-width: 100%; max-width: 100%;
} }

View File

@ -24,7 +24,7 @@
<span class="date">{{ date | date(format="%B %e, %Y") }}</span> <span class="date">{{ date | date(format="%B %e, %Y") }}</span>
</p> </p>
<article> <article>
{{ article.post.content | safe | replace(from="</a>", to=" <i class='fas fa-external-link-alt'></i></a>") }} {{ article.post.content | safe }}
</article> </article>
<div class="article-meta"> <div class="article-meta">