From 591c4813ec8ee700caa45253464290d315d57603 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 28 Aug 2022 05:09:52 +0000
Subject: [PATCH] deps: bump hugo-obsidian version

---
 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