Skip to content
Discussion options

You must be logged in to vote

Hello @wez,
yes you would have to modify the partials/post.html template, because you want the "Continue Reading" link to be dynamic based on if the <!-- more --> is present. Currently it's always being printed, there is no configuration setting to change it:

<div class="md-post__content md-typeset">
{{ post.content }}
<nav class="md-post__action">
<a href="{{ post.url | url }}">
{{ lang.t("blog.continue") }}
</a>
</nav>
</div>

Also the post in this template is actually an Excerpt object. Each View/Post has an Excerpt but there is no "flag" that keeps track …

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@squidfunk
Comment options

@kamilkrzyskow
Comment options

@squidfunk
Comment options

@wez
Comment options

@squidfunk
Comment options

Answer selected by kamilkrzyskow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants