push url on blog section
This commit is contained in:
parent
d856e04b68
commit
8307d7a51b
|
@ -24,7 +24,7 @@
|
|||
<div class="heading-text">{{ section.title }}</div>
|
||||
<ul class="blog">
|
||||
{% for page in section.pages %}
|
||||
<li class="blog card" hx-get="{{ page.permalink | safe }}">
|
||||
<li class="blog card" hx-get="{{ page.permalink | safe }}" hx-push-url="true">
|
||||
<div>
|
||||
<a href="{{ page.permalink | safe }}">
|
||||
<strong class="title article-title">{{ page.title }}</strong>
|
||||
|
@ -39,9 +39,7 @@
|
|||
<div itemprop="summary" class="content article-body">
|
||||
{{ page.summary | safe }}
|
||||
<nav class="readmore">
|
||||
<a itemprop="url" href="{{ page.permalink | safe }}">Read
|
||||
More »
|
||||
</a>
|
||||
<a itemprop="url" href="{{ page.permalink | safe }}">Read More » </a>
|
||||
</nav>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue