diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-19 23:27:48 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-19 23:27:48 +0100 |
commit | ebf28f08194e295dde7cdb61f75c107a614a64f1 (patch) | |
tree | e5b53fd6ad7fc5d90618d50cfc6ca64a47db8c67 /layouts/_default/single.html | |
parent | 9618ecd791a264b966fbb0285a4d8fecc2ed601b (diff) |
Update defaults
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 43e8c2a..f65a7d8 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,5 +1,3 @@ -{{ partial "header.html" . -}} -<header><h1>{{ .Title }}</h1></header> -<article> -{{ .Content -}} -{{ partial "footer.html" . }} +{{ define "title" }} +{{ .Title }} +{{ end }} |