From 27e83b1e5a9d8b7bbd42d202bd5ef57adcce659b Mon Sep 17 00:00:00 2001
From: Joseph Ting <josephting@users.noreply.github.com>
Date: Mon, 11 Mar 2019 11:21:14 +0000
Subject: [PATCH] Add see also section to posts footer (#152)

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

diff --git a/i18n/en.toml b/i18n/en.toml
index 0aa2010..3fb1b81 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -4,6 +4,9 @@
 [tag]
 other = "tag"
 
+[series]
+other = "series"
+
 [reading_time]
 one = "One minute read"
 other = "{{ .Count }} minutes read"

--
Gitblit v1.10.0