We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa3cfb commit 0ffaa6bCopy full SHA for 0ffaa6b
1 file changed
layouts/blog/single.html
@@ -8,7 +8,7 @@
8
<header class="post-header mb-4">
9
<h1 class="fw-bold display-5 mb-3">{{ .Title }}</h1>
10
<div class="d-flex justify-content-between align-items-center gap-3">
11
- {{ with index hugo.Data.authors (.Params.author | default "") }}
+ {{ with index .Site.Data.authors (.Params.author | default "") }}
12
<div class="d-flex align-items-center gap-3">
13
{{ if .url }}
14
<a href="{{ .url }}" class="d-block flex-shrink-0">
0 commit comments