Adjust style of 'read more' link

This commit is contained in:
Philipp Oppermann
2020-01-28 16:58:26 +01:00
parent f710404f10
commit d351e48602

View File

@@ -3,7 +3,7 @@
<h2 class="post-title"><a href="/{{ page.path | safe }}">{{ page.title }}</a></h2>
<div class="post-summary">
{{ page.summary | safe}}
<a class="read-more" href="/{{ page.path | safe }}">read&nbsp;more</a>
<a class="read-more" href="/{{ page.path | safe }}"><em>read&nbsp;more&nbsp;»</em></a>
</div>
</div>
{% endmacro post_link %}