Merge pull request #51 from 5jt/master

DEPRECATED: Kind "taxonomyterm" used in disableKinds is deprecated
This commit is contained in:
⚔️ DR ⚔️ 2024-04-28 11:23:04 -04:00 committed by GitHub
commit b8a7e875ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 7 deletions

View File

@ -24,7 +24,7 @@ publishDir = "public"
## Hugo Built-in Features ## Hugo Built-in Features
## ----------------------------------------------- ## -----------------------------------------------
disableKinds = ["taxonomy", "taxonomyTerm", "section"] disableKinds = ["taxonomy", "section"]
# googleAnalytics = "G-XXXXXXXXXX" # googleAnalytics = "G-XXXXXXXXXX"
## ----------------------------------------------- ## -----------------------------------------------

View File

@ -24,7 +24,7 @@ publishDir = "public"
## Hugo Built-in Features ## Hugo Built-in Features
## ----------------------------------------------- ## -----------------------------------------------
disableKinds = ["taxonomy", "taxonomyTerm", "section"] disableKinds = ["taxonomy", "section"]
# googleAnalytics = "G-XXXXXXXXXX" # googleAnalytics = "G-XXXXXXXXXX"
## ----------------------------------------------- ## -----------------------------------------------

View File

@ -24,7 +24,7 @@ publishDir = "public"
## Hugo Built-in Features ## Hugo Built-in Features
## ----------------------------------------------- ## -----------------------------------------------
disableKinds = ["taxonomy", "taxonomyTerm", "section"] disableKinds = ["taxonomy", "section"]
# googleAnalytics = "G-XXXXXXXXXX" # googleAnalytics = "G-XXXXXXXXXX"
## ----------------------------------------------- ## -----------------------------------------------

View File

@ -24,7 +24,7 @@ publishDir = "public"
## Hugo Built-in Features ## Hugo Built-in Features
## ----------------------------------------------- ## -----------------------------------------------
disableKinds = ["taxonomy", "taxonomyTerm", "section"] disableKinds = ["taxonomy", "section"]
# googleAnalytics = "your-google-analytics-id" # googleAnalytics = "your-google-analytics-id"
## ----------------------------------------------- ## -----------------------------------------------

View File

@ -17,9 +17,7 @@
<!-- Wrapper --> <!-- Wrapper -->
</div> </div>
{{ template "_internal/google_analytics.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
{{ partial "scripts" . }} {{ partial "scripts" . }}
</body> </body>
</html> </html>