updated search highlight

This commit is contained in:
Robert Clarke 2019-05-05 17:32:32 +00:00
parent e983dc0381
commit 0a749bb620
3 changed files with 33 additions and 14 deletions

View file

@ -11,7 +11,8 @@
<header>
<div class="has-text-centered">
<a href="{{ page.permalink | safe }}">
<p class="title article-title">{{ page.title }}</p>
<p class="title article-title">{{ page.title }}
</p>
</a>
<div class="tags has-addons level-item">
{% if page.extra.author %}
@ -33,7 +34,8 @@
<div itemprop="summary" class="content article-body">
{{ page.summary | safe }}
<nav class="readmore">
<a itemprop="url" href="{{ page.permalink | safe }}">Read More&nbsp;&raquo;
<a itemprop="url" href="{{ page.permalink | safe }}">Read
More&nbsp;&raquo;
</a>
</nav>
</div>