We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7683f66 + dfe1ea8 commit 388cc18Copy full SHA for 388cc18
themes/vocabulary_theme/templates/blog-post.html
@@ -36,7 +36,7 @@ <h1>{{ this.title }}</h1>
36
{% set series = this.parent.parent.children.get('series').children.get(this.series) %}
37
<aside>
38
<p>This blog is part of the series:</p>
39
- <a href="#series">{{ series.name }}</a>
+ <a href="{{ series.path|url }}">{{ series.name }}</a>
40
</aside>
41
42
<article class="posts related">
0 commit comments