diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 21:52:13 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 21:52:13 +0100 |
| commit | d25e04d8c736e5ee0a4bdc2531a6047dccc81013 (patch) | |
| tree | e12332d91cdeba5ffb4a99d70e045b24afa661bf /templates/page/base.gohtml | |
| parent | a50d678a6757212f6f7fdcb0c35641fb18874872 (diff) | |
feat(data): parse json and render simple thing
Diffstat (limited to 'templates/page/base.gohtml')
| -rw-r--r-- | templates/page/base.gohtml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/page/base.gohtml b/templates/page/base.gohtml deleted file mode 100644 index 2de2ba4..0000000 --- a/templates/page/base.gohtml +++ /dev/null @@ -1,23 +0,0 @@ -{{define "base"}} - <!doctype html> - <html lang="fr" prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="{{getStaticPath "logo.png"}}" type="image/png" /> - <title>{{ .Title }}</title> - <link rel="stylesheet" href="{{getAssetPath "styles.css"}}" /> - {{template "opengraph-base" .SEO}} - </head> - <body> - {{if .Data.HasNav}} - {{template "navbar" .}} - {{end}} - {{template "body" .}} - {{if .Data.HasFooter}} - {{template "footer" .}} - {{end}} - <script type="module" src="{{getAssetPath "index.js"}}" defer></script> - </body> - </html> -{{end}}
\ No newline at end of file |
