Revert icon injection
This commit is contained in:
parent
a82cccfdef
commit
f414f6145e
@ -126,19 +126,15 @@ main .article-info .author a { font-weight: 600; }
|
||||
/* Article */
|
||||
|
||||
main article {
|
||||
max-width: 40rem;
|
||||
margin: 2.5em auto;
|
||||
font-family: "Lora", serif;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.7em;
|
||||
max-width: 40rem;
|
||||
margin: 2.5em auto;
|
||||
font-family: "Lora", serif;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
main a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
main article .fa, main article .fas {
|
||||
font-size: 10pt;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
article img {
|
||||
|
@ -24,7 +24,7 @@
|
||||
<span class="date">{{ date | date(format="%B %e, %Y") }}</span>
|
||||
</p>
|
||||
<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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user