From 3b155a3b57bc60c550f7b085efb82479fc7757eb Mon Sep 17 00:00:00 2001 From: Robb Shecter Date: Mon, 29 Jan 2024 13:56:50 -0700 Subject: [PATCH] fix: a page should list itself --- layouts/_default/baseof.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d63e0a8..594990c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -14,9 +14,7 @@ */}} {{ with .AllTranslations }} {{ range . }} - {{ if not (eq .Lang $.Page.Lang) }} - - {{ end }} + {{ end }} {{ end }}