diff --git a/layouts/blog/single.html b/layouts/blog/single.html index ef5b299..4cabd91 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -82,7 +82,7 @@

{{ i18n "related_posts" }}

{{ range . }} -
+
{{ partial "components/blog-card" . }}
{{ end }} diff --git a/package.json b/package.json index 4349c74..a863b42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugoplate", "description": "hugo tailwindcss boilerplate", - "version": "1.13.3", + "version": "1.13.4", "license": "MIT", "author": "zeon.studio", "scripts": {