aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-12-27 04:42:17 +0100
committerOscar Najera <hi@oscarnajera.com>2024-12-27 21:59:26 +0100
commit6e33c33cff75f635684c0f09872fc861e59599a2 (patch)
treef926e72cf7b3759719ca678ce824bdf1e0090270 /layouts
parentdad1ec93fd352da185ef6f431588250af1d48ec5 (diff)
downloadhugo-minimalist-theme-6e33c33cff75f635684c0f09872fc861e59599a2.tar.gz
hugo-minimalist-theme-6e33c33cff75f635684c0f09872fc861e59599a2.tar.bz2
hugo-minimalist-theme-6e33c33cff75f635684c0f09872fc861e59599a2.zip
[fix] post metadata when author page not found
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/metadata.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/metadata.html b/layouts/partials/metadata.html
index 28dc5b4..bb2e4d3 100644
--- a/layouts/partials/metadata.html
+++ b/layouts/partials/metadata.html
@@ -13,6 +13,8 @@
{{ else }}
{{ $name }}
{{ end }}
+ {{ else }}
+ {{ $name }}
{{ end }}
{{ end }}