mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-09-16 14:32:41 +02:00
Have read-more use #continue-reading href
https://www.getzola.org/documentation/content/page/#summary
This commit is contained in:
parent
1e013d81e4
commit
49431356a9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||||
<a class="read-more button" href="{{ page.permalink | safe }}">
|
||||
<a class="read-more button" href="{{ page.permalink | safe }}#continue-reading">
|
||||
<span class="button__text">Read more</span>
|
||||
<span class="button__icon">↩︎</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue