From 6f8ae91e561aff2b707774a820490112c6be8ad9 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Mon, 19 Jan 2026 21:34:21 -0500 Subject: [PATCH] Removed amp layouts --- layouts/_default/baseof.amp.html | 8 - layouts/partials/footer.amp.html | 33 --- layouts/partials/head.amp.html | 77 ----- layouts/partials/style.amp.html | 463 ------------------------------- layouts/tracks/single.amp.html | 0 5 files changed, 581 deletions(-) delete mode 100644 layouts/_default/baseof.amp.html delete mode 100644 layouts/partials/footer.amp.html delete mode 100644 layouts/partials/head.amp.html delete mode 100644 layouts/partials/style.amp.html delete mode 100644 layouts/tracks/single.amp.html diff --git a/layouts/_default/baseof.amp.html b/layouts/_default/baseof.amp.html deleted file mode 100644 index 434cbab..0000000 --- a/layouts/_default/baseof.amp.html +++ /dev/null @@ -1,8 +0,0 @@ - - - {{ partial "head.amp.html" . }} - - {{ block "main" . }}{{ end }} - - {{ partial "footer.amp.html" . }} - diff --git a/layouts/partials/footer.amp.html b/layouts/partials/footer.amp.html deleted file mode 100644 index 6f68d08..0000000 --- a/layouts/partials/footer.amp.html +++ /dev/null @@ -1,33 +0,0 @@ - diff --git a/layouts/partials/head.amp.html b/layouts/partials/head.amp.html deleted file mode 100644 index 54c5c92..0000000 --- a/layouts/partials/head.amp.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - {{- if eq .Title .Site.Title -}} - {{ .Site.Title }} - {{- else -}} - {{ .Title }} | {{ .Site.Title }} - {{- end -}} - - - - - - - - - - - - {{- range .Site.Params.identities -}} - - {{ end -}} - - - {{ $siteHost := (urls.Parse .Site.BaseURL).Host -}} - - - - - {{- if .IsHome -}} - - - - - {{ else }} - {{ range .AlternativeOutputFormats -}} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} - {{ end }} - {{ end -}} - - {{ partial "style.amp" .}} - - - - {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}} - {{- template "_internal/opengraph.html" . -}} - {{- template "_internal/schema.html" . -}} - - {{ partial "citation.html" . }} - - - - - - - diff --git a/layouts/partials/style.amp.html b/layouts/partials/style.amp.html deleted file mode 100644 index 4127a40..0000000 --- a/layouts/partials/style.amp.html +++ /dev/null @@ -1,463 +0,0 @@ - diff --git a/layouts/tracks/single.amp.html b/layouts/tracks/single.amp.html deleted file mode 100644 index e69de29..0000000