From 169ef442b9ae1a61af516edc5c90ff0299d91a25 Mon Sep 17 00:00:00 2001
From: Simon Späti <simon@airbyte.io>
Date: Wed, 14 Sep 2022 17:05:51 +0000
Subject: [PATCH] Adding reference projects (#196)

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