Merge a82cccfdef1604cb57f6efe9c8299b477c10d575 into 84b4ab10ec7354b766d04e4ecf64b51bd902338d

This commit is contained in:
cookie 2018-09-02 21:36:05 +00:00 committed by GitHub
commit a80a8b5427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 6 deletions

View File

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

View File

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