diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 03:01:45 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 03:04:59 -0400 |
| commit | 185fccd88df071800f225b8196a59b048c2ea2cf (patch) | |
| tree | 52485bd3203b44e07ab4526d575def3d4d8d1452 /layouts | |
| parent | beffdd80ee9c810b9dda04f1c0fa348b1716a1b1 (diff) | |
fix(google): fixed links for google
added page aliases, and removed links where needed
Diffstat (limited to 'layouts')
| -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 -}} |
