polish and fixing crap from a bunch of PRs

This commit is contained in:
Nuno Coração
2025-03-30 00:18:01 +00:00
parent 787af6762e
commit e1785fa68f
115 changed files with 924 additions and 420 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
{{ else if not .p1.IsHome }}
{{ template "crumb" (dict "p1" .p1.Site.Home "p2" .p2 ) }}
{{ end }}
<li class="inline {{ if or (eq .p1 .p2) (.p1.IsHome) }}hidden{{ end }}">
<li class="{{ if or (eq .p1 .p2) (.p1.IsHome) }}hidden{{else}}inline{{ end }}">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="{{ .p1.RelPermalink }}"