Skip to content

Commit

Permalink
fix: correct taxonomy titles
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 29, 2024
1 parent e36b8cc commit ff31f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/post/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{- else if eq $key "authors" }}
<i class="fas fa-fw fa-user me-1"></i>
{{- end }}
{{- .Name | title -}}
{{- .Title -}}
</a>
{{- end }}
{{- end }}
Expand Down

0 comments on commit ff31f29

Please sign in to comment.