Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions layouts/partials/page/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 class="flex flex-row items-center space-x-2 text-lg font-semibold">
<ul class="ml-6 flex flex-row flex-wrap items-center space-x-2">
{{- range . }}
<li>
<a href="{{ .RelPermalink }}" class="taxonomy category">{{ .Name }}</a>
<a href="{{ .RelPermalink }}" class="taxonomy category">{{ .LinkTitle }}</a>
</li>
{{- end }}
</ul>
Expand All @@ -43,7 +43,7 @@ <h2 class="flex flex-row items-center space-x-2 text-lg font-semibold">
<ul class="not-prose ml-6 flex flex-row flex-wrap items-center space-x-2">
{{- range . }}
<li>
<a href="{{ .RelPermalink }}" class="taxonomy tag">{{ .Name }}</a>
<a href="{{ .RelPermalink }}" class="taxonomy tag">{{ .LinkTitle }}</a>
</li>
{{- end }}
</ul>
Expand Down