Fix website rendering issues on Firefox with -webkit-line-clamp

This commit is contained in:
Keavon Chambers
2022-05-12 14:22:43 -07:00
parent 15641a3d2a
commit 6cae6b54b7
4 changed files with 15 additions and 3 deletions
+3 -1
View File
@@ -32,7 +32,9 @@
</div>
<span class="publication">By {{ page.extra.author }}. {{ page.date | date(format="%B %d, %Y", timezone="America/Los_Angeles") }}.</span>
<div class="summary">
{{ page.summary | safe }}
<div>
{{ page.summary | safe }}
</div>
</div>
<div class="keep-reading">
<a href="{{ page.permalink | safe }}" class="link arrow">Keep Reading</a>
+3 -1
View File
@@ -316,7 +316,9 @@
</div>
<span class="publication">By {{ article.extra.author }}. {{ article.date | date(format="%B %d, %Y", timezone="America/Los_Angeles") }}.</span>
<div class="summary">
{{ article.summary | safe }}
<div>
{{ article.summary | safe }}
</div>
</div>
<div class="keep-reading">
<a href="{{ article.permalink | safe }}" class="link arrow">Keep Reading</a>