Skip to content

Commit 0ffaa6b

Browse files
committed
Fix
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 3aa3cfb commit 0ffaa6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/blog/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<header class="post-header mb-4">
99
<h1 class="fw-bold display-5 mb-3">{{ .Title }}</h1>
1010
<div class="d-flex justify-content-between align-items-center gap-3">
11-
{{ with index hugo.Data.authors (.Params.author | default "") }}
11+
{{ with index .Site.Data.authors (.Params.author | default "") }}
1212
<div class="d-flex align-items-center gap-3">
1313
{{ if .url }}
1414
<a href="{{ .url }}" class="d-block flex-shrink-0">

0 commit comments

Comments
 (0)