Bump dawidd6/action-send-mail from 3 to 4
[yosql.git] / yosql-website / themes / metio / layouts / _default / baseof.html
bloba74e2776c4eae3460febf5cd7fde874d5e302783
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 {{ partial "head/metadata.html" . }}
5 {{ template "_internal/opengraph.html" . }}
6 {{ template "_internal/twitter_cards.html" . }}
7 {{ template "_internal/schema.html" . }}
8 {{ partial "head/links.html" . }}
9 {{ partial "head/styles.html" . }}
10 <title>
11 {{ block "title" . }}
12 {{ .Site.Title }}
13 {{ end }}
14 </title>
15 </head>
16 <body id="site">
17 {{ partial "body/site-header.html" . }}
18 {{ partial "body/site-navigation.html" . }}
19 <main id="content">
20 {{ block "main" . }}
21 <!-- The part of the page that begins to differ between templates -->
22 {{ end }}
23 </main>
24 {{ partial "body/site-footer.html" . }}
25 </body>
26 </html>