diff --git a/exampleSite/content/de/posts/rich-content/index.md b/exampleSite/content/de/posts/rich-content/index.md
index 56d1f42..0867415 100644
--- a/exampleSite/content/de/posts/rich-content/index.md
+++ b/exampleSite/content/de/posts/rich-content/index.md
@@ -19,7 +19,7 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
## Twitter Simple Shortcode
-{{< twitter_simple DesignReviewed 1085870671291310081 >}}
+{{< twitter_simple user="DesignReviewed" id="1085870671291310081" >}}
diff --git a/exampleSite/content/en/posts/rich-content/index.md b/exampleSite/content/en/posts/rich-content/index.md
index 56d1f42..0867415 100644
--- a/exampleSite/content/en/posts/rich-content/index.md
+++ b/exampleSite/content/en/posts/rich-content/index.md
@@ -19,7 +19,7 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
## Twitter Simple Shortcode
-{{< twitter_simple DesignReviewed 1085870671291310081 >}}
+{{< twitter_simple user="DesignReviewed" id="1085870671291310081" >}}
diff --git a/exampleSite/content/it/posts/rich-content/index.md b/exampleSite/content/it/posts/rich-content/index.md
index 7050809..5948555 100644
--- a/exampleSite/content/it/posts/rich-content/index.md
+++ b/exampleSite/content/it/posts/rich-content/index.md
@@ -19,7 +19,7 @@ Hugo viene distribuito con alcuni [Shortcode integrati](https://gohugo.io/conten
## Semplice Shortcode Per Twitter
-{{< twitter_simple DesignReviewed 1085870671291310081 >}}
+{{< twitter_simple user="DesignReviewed" id="1085870671291310081" >}}
diff --git a/exampleSite/content/ru/posts/rich-content/index.md b/exampleSite/content/ru/posts/rich-content/index.md
index 17864bd..0bdc57b 100644
--- a/exampleSite/content/ru/posts/rich-content/index.md
+++ b/exampleSite/content/ru/posts/rich-content/index.md
@@ -19,7 +19,7 @@ Hugo поставляется с несколькими [встроенными
## Простой шорт код для Twitter
-{{< twitter_simple DesignReviewed 1085870671291310081 >}}
+{{< twitter_simple user="DesignReviewed" id="1085870671291310081" >}}
diff --git a/layouts/partials/meta/post.html b/layouts/partials/meta/post.html
index 3c8cb77..d0c3bd5 100644
--- a/layouts/partials/meta/post.html
+++ b/layouts/partials/meta/post.html
@@ -2,6 +2,7 @@
{{ if eq .Section "posts" }}
{{ $ISO_date := dateFormat "2006-01-02T15:04:05Z0700" .Date | safeHTML }}
+ {{ if ne .Page.Kind "page" }}
{{ $paginator := .Paginate (where .Pages "Section" "blog") }}
{{ if $paginator }}
@@ -13,6 +14,7 @@
{{end }}
{{end }}
+ {{end }}
diff --git a/netlify.toml b/netlify.toml
index 8a370bb..158036f 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -7,7 +7,7 @@
command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
- HUGO_VERSION = "0.122.0"
+ HUGO_VERSION = "0.123.7"
HUGO_THEME = "repo"
# Deploy Preview context: all deploys generated from