From 17bf2efa4c113e30112a34e3fb0354da9148f16f Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Wed, 14 Aug 2024 13:07:07 -0700 Subject: [PATCH] Remove the use of .Site.DisqusShortname (#511) In version 0.132.0, this now leads to an error: > ERROR deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.133.0. Use .Site.Config.Services.Disqus.Shortname instead. --- layouts/_default/baseof.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 44f42463..d9870a1f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,10 +2,6 @@ {{ errorf "Please use Hugo version 0.120.0 or higher!" }} {{ end }} -{{ if not (eq .Site.DisqusShortname "") }} - {{ errorf "Your use of disqusShortname is deprecated by Hugo; Please reference the README.md for further instructions. This error message will be removed in the future because we are also using .Site.DisqusShortname for checking this." }} -{{ end }} -