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 6c18ece + 95978e6 commit 7b2a3f9Copy full SHA for 7b2a3f9
src/_includes/templates/post-details.vto
@@ -1,6 +1,6 @@
1
<div class="post-details">
2
{{ if author }}
3
- {{ set page = search.page(`type=author author="author"`) }}
+ {{ set page = search.page(`type=author author="${author}"`) }}
4
{{ if page }}
5
<p>{{ i18n.post.by}} <a data-pagefind-filter="author" href="{{ page.url }}">{{ author }}</a></p>
6
{{ else }}
0 commit comments