diff --git a/exampleSite/README.md b/exampleSite/README.md
new file mode 100644
index 0000000..dbaf5e5
--- /dev/null
+++ b/exampleSite/README.md
@@ -0,0 +1,3 @@
+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
diff --git a/i18n/es.yaml b/i18n/es.yaml
index 13f2c77..248e377 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -1,4 +1,4 @@
-toggleMenu: Toggle Menu
+toggleMenu: Ocultar menú
 
 darkMode: Modo oscuro
 
@@ -15,10 +15,10 @@ article:
     back: Volver
     tableOfContents: Tabla de contenido
     relatedContent: Contenidos relacionados
-    lastUpdatedOn: Última vez actualizado
+    lastUpdatedOn: Ú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: No Encontrado
@@ -31,7 +31,7 @@ widget:
 
 search:
     title: Búsqueda
-    placeholder: Teclea algo...
+    placeholder: Escribe algo...
     resultTitle: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
 
 footer:
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 {