Fokko commented on code in PR #3092:
URL: https://github.com/apache/avro/pull/3092#discussion_r1715170950
##########
doc/layouts/project/list.html:
##########
@@ -43,7 +43,7 @@ <h1>{{ .Title }}</h1>
{{ partial "feedback.html" .Site.Params.ui.feedback }}
<br />
{{ end }}
- {{ if (.Site.DisqusShortname) }}
+ {{ if (.Site.Config.Services.Disqus.Shortname) }}
Review Comment:
```
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.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]