Fixed amp pages

This commit is contained in:
Brandon Rozek 2023-09-26 15:54:37 -04:00
parent 37dbee8a2f
commit 1964f176d2
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
19 changed files with 637 additions and 17 deletions

View file

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html amp lang="en">
{{ partial "head.amp.html" . }}
<body>
{{ block "main" . }}{{ end }}
</body>
{{ partial "footer.amp.html" . }}
</html>