diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 07:14:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 07:14:03 +0000 |
| commit | bc94fe832374f392e37514c3ad890e59a5edb3a2 (patch) | |
| tree | 9db3af302e9945bb9fd87394057554a01e54e54d /layouts/_default | |
| parent | e1bed5865f8d9d83322c314665b55b43772564db (diff) | |
| parent | 185fccd88df071800f225b8196a59b048c2ea2cf (diff) | |
Merge pull request #108 from anoduck/develop
fix(google): fixed links for google
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/baseof.html | 3 | ||||
| -rw-r--r-- | layouts/_default/single.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ebf732c..189d800 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -37,6 +37,7 @@ <html lang="{{ .Site.Language.Lang }}" class="no-js"> <head> {{- partial "footer/scripts.html" (dict "page" . "type" "critical") -}} + {{- partial "footer/scripts.html" (dict "page" . "type" "functional") -}} {{ block "head" . }}{{ end -}} </head> @@ -71,7 +72,7 @@ {{- partial "footer/social.html" . -}} {{- partial "footer/footer.html" . -}} {{ end }} - {{- partial "footer/popup.html" . -}} + {{/* {{- partial "footer/popup.html" . -}} */}} {{- partial "footer/toast-container.html" . -}} {{- partial "assets/symbols.html" . -}} {{- partialCached "footer/scripts.html" (dict "page" .) -}} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 8d772a1..e9a641a 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -42,4 +42,4 @@ {{ end -}} </div> {{ template "_internal/disqus.html" . }} -{{ end -}}
\ No newline at end of file +{{ end -}} |
