File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 331331 {{ post .excerpt }}
332332 <!--noindex-->
333333 <div class =" post-button text-center" >
334- <a class =" btn" href=" {{ url_for(post.path) }}{% if theme.scroll_to_more %}#{{ __('post. more') }} {% endif %}" rel=" contents" >
334+ <a class =" btn" href=" {{ url_for(post.path) }}{% if theme.scroll_to_more %}#more{% endif %}" rel=" contents" >
335335 {{ __ (' post.read_more' ) }} »
336336 </a>
337337 </div>
342342 {% if content.length > theme.auto_excerpt .length %}...{% endif %}
343343 <!--noindex-->
344344 <div class =" post-button text-center" >
345- <a class =" btn" href=" {{ url_for(post.path) }}{% if theme.scroll_to_more %}#{{ __('post. more') }} {% endif %}" rel=" contents" >
345+ <a class =" btn" href=" {{ url_for(post.path) }}{% if theme.scroll_to_more %}#more{% endif %}" rel=" contents" >
346346 {{ __ (' post.read_more' ) }} »
347347 </a>
348348 </div>
You can’t perform that action at this time.
0 commit comments