aboutsummaryrefslogtreecommitdiff
path: root/templates/base/base.gohtml
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-09 22:49:17 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-09 22:49:17 +0100
commit892858567f0b5bc8719801bacd1e81d4334c2c7e (patch)
treef34d01b0ee1d27461f7f130fb287fe7a21c69619 /templates/base/base.gohtml
parentf616d8f24e96c3f400d47a9f0ecc2af70d4694d4 (diff)
feat(style): simple card
Diffstat (limited to 'templates/base/base.gohtml')
-rw-r--r--templates/base/base.gohtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml
index 5859805..f8c6678 100644
--- a/templates/base/base.gohtml
+++ b/templates/base/base.gohtml
@@ -10,7 +10,7 @@
{{template "opengraph-base" .SEO}}
</head>
<body>
- {{template "body" .}}
+ {{template "body" .Data}}
<script type="module" src="{{getAssetPath "index.js"}}" defer></script>
</body>
</html>