From 70bcf9cbe0c52a50f02e2f9ec1cfede1dabb3c39 Mon Sep 17 00:00:00 2001
From: Jimmy Cai <hi@jimmycai.com>
Date: Thu, 7 Sep 2023 21:30:32 +0200
Subject: [PATCH 1/4] doc: added a note that exampleSite should not be used as
 a starter template

---
 exampleSite/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/exampleSite/README.md b/exampleSite/README.md
index 1b6d403..dbaf5e5 100644
--- a/exampleSite/README.md
+++ b/exampleSite/README.md
@@ -1 +1,3 @@
-Example site modified from https://github.com/gohugoio/hugoBasicExample
\ No newline at end of file
+This is an example site used for solely for testing purposes. **It is not meant to be used as a template for your site**. 
+
+To create a new site, please use the starter template: [CaiJimmy/hugo-theme-stack-starter](https://github.com/CaiJimmy/hugo-theme-stack-starter/)
\ No newline at end of file

From bda734fb234df2d1e70ec9c358dbdd77905e3f20 Mon Sep 17 00:00:00 2001
From: Fabian Alvarez <35088759+SantaCRC@users.noreply.github.com>
Date: Mon, 18 Sep 2023 15:24:52 -0600
Subject: [PATCH 2/4] i18n(es): minor grammatical changes (#873)

* Update es.yaml

Minus grammatically corrections

* Update es.yaml

Fix grammar mistakes
---
 i18n/es.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/i18n/es.yaml b/i18n/es.yaml
index 76995da..6b4b3af 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -1,5 +1,5 @@
 toggleMenu:
-    other: Toggle Menu
+    other: Ocultar menú
 
 darkMode:
     other: Modo oscuro
@@ -27,11 +27,11 @@ article:
         other: Contenidos relacionados
 
     lastUpdatedOn:
-        other: Última vez actualizado
+        other: Última actualización
 
     readingTime:
-        one: "{{ .Count }} minuto a leer"
-        other: "{{ .Count }} minutos a leer"
+        one: "Tiempo de lectura {{ .Count }} minuto"
+        other: "Tiempo de lectura {{ .Count }} minutos"
 
 notFound:
     title:
@@ -60,7 +60,7 @@ search:
         other: Búsqueda
 
     placeholder:
-        other: Teclea algo...
+        other: Escribe algo...
 
     resultTitle:
         other: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"

From 5c98a38a801bbd1070d3abc5a026ce3cc5fe5950 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=BD=87=E6=BD=87=E9=9B=A8=E6=AD=87?=
 <tanmingxiao@gmail.com>
Date: Sat, 7 Oct 2023 06:08:02 -0500
Subject: [PATCH 3/4] chore(comments): update twikoo to 1.6.21 (#877)

---
 layouts/partials/comments/provider/twikoo.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/comments/provider/twikoo.html b/layouts/partials/comments/provider/twikoo.html
index 182500b..71eae39 100644
--- a/layouts/partials/comments/provider/twikoo.html
+++ b/layouts/partials/comments/provider/twikoo.html
@@ -1,4 +1,4 @@
-<script src="//cdn.jsdelivr.net/npm/twikoo@1.6.11/dist/twikoo.all.min.js"></script>
+<script src="//cdn.jsdelivr.net/npm/twikoo@1.6.21/dist/twikoo.all.min.js"></script>
 <div id="tcomment"></div>
 <style>
     .twikoo {

From bdb9e7fc007a665fadb28055bee6e387cd68719b Mon Sep 17 00:00:00 2001
From: Jimmy Cai <hi@jimmycai.com>
Date: Wed, 11 Oct 2023 20:53:09 +0000
Subject: [PATCH 4/4] release: 3.21.0

---
 layouts/partials/footer/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html
index b56236d..08b8493 100644
--- a/layouts/partials/footer/footer.html
+++ b/layouts/partials/footer/footer.html
@@ -1,4 +1,4 @@
-{{- $ThemeVersion := "3.20.0" -}}
+{{- $ThemeVersion := "3.21.0" -}}
 <footer class="site-footer">
     <section class="copyright">
         &copy;