diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-03 17:50:25 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-03 17:50:25 -0700 |
commit | a92df1fcec2d419f4352c56585f3cd1a871fc87c (patch) | |
tree | 2759700112ca2df450796447ef32a466b2077337 /users/fcuny/notes/layouts/_default/baseof.html | |
parent | delete some content (diff) | |
download | world-a92df1fcec2d419f4352c56585f3cd1a871fc87c.tar.gz |
site: remove unnecessary elements
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/layouts/_default/baseof.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/fcuny/notes/layouts/_default/baseof.html b/users/fcuny/notes/layouts/_default/baseof.html index 410e2bc..0c72fb1 100644 --- a/users/fcuny/notes/layouts/_default/baseof.html +++ b/users/fcuny/notes/layouts/_default/baseof.html @@ -6,6 +6,5 @@ <main> {{ block "main" . }}{{ end }} </main> - {{- partial "footer.html" . -}} </body> </html> |