Merge a82cccfdef1604cb57f6efe9c8299b477c10d575 into 84b4ab10ec7354b766d04e4ecf64b51bd902338d
This commit is contained in:
commit
a80a8b5427
@ -149,11 +149,19 @@ 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;
|
||||
}
|
||||
|
||||
article img {
|
||||
|
@ -28,7 +28,7 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
<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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user