From 33fe67a975fce9de03f9666bdbebe647721eb57d Mon Sep 17 00:00:00 2001
From: Eric Park <me@ericswpark.com>
Date: Thu, 11 Nov 2021 17:08:47 +0000
Subject: [PATCH] feat: old content warning (#266)

---
 i18n/en.toml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/i18n/en.toml b/i18n/en.toml
index d8cb255..fedc54c 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -8,6 +8,10 @@
 one = "One-minute read"
 other = "{{ .Count }}-minute read"
 
+[old_content_warning]
+one = "Warning: This post is over {{ .Count }} day old. The information may be out of date."
+other = "Warning: This post is over {{ .Count }} days old. The information may be out of date."
+
 [page_not_found]
 other = "Page Not Found"
 

--
Gitblit v1.10.0