mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 18:21:15 +00:00
Fixed amp pages
This commit is contained in:
parent
37dbee8a2f
commit
1964f176d2
19 changed files with 637 additions and 17 deletions
8
layouts/_default/baseof.amp.html
Normal file
8
layouts/_default/baseof.amp.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue