1
0
mirror of https://github.com/caressofsteel/hugo-story.git synced 2025-08-27 15:18:31 +02:00

Merge pull request from FMuro/master

google_analytics_async deprecated
This commit is contained in:
⚔️ DR ⚔️
2024-05-21 10:51:25 -04:00
committed by GitHub
2 changed files with 39 additions and 1 deletions
.gitignore
exampleSite/layouts/_default

39
.gitignore vendored Normal file

@ -0,0 +1,39 @@
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions

@ -18,7 +18,6 @@
</div>
{{ template "_internal/google_analytics.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
{{ partial "scripts" . }}
</body>