From 717a13a580fb82063d40525bcc63cd1d36f5994a Mon Sep 17 00:00:00 2001
From: Filippo Andrea Sighinolfi <83777862+Sighi-04@users.noreply.github.com>
Date: Sun, 27 Nov 2022 18:55:13 +0000
Subject: [PATCH] feat: Added italian localization in i18n/it.toml (#239)
---
layouts/_default/single.html | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index b4dd6de..c59abc8 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -10,7 +10,7 @@
<article>
{{if .Title}}<h1>{{ .Title }}</h1>{{end}}
<p class="meta">
- Last updated {{ partial "date-fmt.html" .}}
+ {{ i18n "last_updated" }} {{ partial "date-fmt.html" .}}
{{ partial "github.html" . }}
</p>
<ul class="tags">
@@ -24,5 +24,4 @@
{{partial "footer.html" .}}
</div>
</body>
-
</html>
--
Gitblit v1.10.0