diff --git a/config/_default/config.yaml b/config/_default/config.yaml index d20ffa2..cd7194d 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -55,6 +55,8 @@ taxonomies: category: categories publication_type: publication_types author: authors +markup: + _merge: deep related: threshold: 80 includeNewer: true diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index 3bbc33c..4d4251a 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -56,6 +56,8 @@ taxonomies: category: categories publication_type: publication_types author: authors +markup: + _merge: deep related: threshold: 80 includeNewer: true diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index d96540e..cc46dd0 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.84.1" + HUGO_VERSION = "0.84.4" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/netlify.toml b/netlify.toml index d96540e..cc46dd0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.84.1" + HUGO_VERSION = "0.84.4" HUGO_ENABLEGITINFO = "true" [context.production.environment]