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