Skip to content

Commit

Permalink
Update postlist.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nntrn authored Oct 1, 2024
1 parent 60ba5ec commit b11467b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/postlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h5>Other posts in <a class="fs-6 smaller letter-spacing-1" href="{{pagetag|rela
{%- if book.slug == page.slug %}
<u class="h6 text-success">{{book.title}}</u>
{%- else %}
<a class="h6" title="{{book.count}} bookmark{%- if book.count > 1 -%}s{%- endif-%}" href="{{book.permalink|relative_url}}">{{book.title}}</a>
<a class="h6" title="{{book.count}} bookmark{%- if book.count > 1 -%}s{%- endif-%}" href="{{book.url|relative_url}}">{{book.title}}</a>
{%- endif %}
<span>by {{book.author}} / <span class="gray">{{book.count}}</span></span>
</li>
Expand Down

0 comments on commit b11467b

Please sign in to comment.