mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 08:40:09 -04:00
18 lines
468 B
Markdown
18 lines
468 B
Markdown
---
|
|
title: DisqusShortname
|
|
description: Returns the Disqus shortname as defined in the site configuration.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
returnType: string
|
|
signatures: [SITE.DisqusShortname]
|
|
expiryDate: 2025-10-30 # deprecated 2023-10-30 in v0.120.0
|
|
---
|
|
|
|
{{< deprecated-in 0.120.0 >}}
|
|
Use [`Site.Config.Services.Disqus.Shortname`] instead.
|
|
|
|
[`Site.Config.Services.Disqus.Shortname`]: /methods/site/config/
|
|
{{< /deprecated-in >}}
|