diff options
author | Bradley Taunt <brad@serpapi.com> | 2024-06-14 09:24:07 -0400 |
---|---|---|
committer | Bradley Taunt <brad@serpapi.com> | 2024-06-14 09:24:07 -0400 |
commit | 59b3b077758942f4b45a07fa52e856df8edeea3a (patch) | |
tree | c3ebe1a1265556569c02c4de563b728c1a564773 /_layouts | |
parent | 26c7db12364e8eba08e2f8e85bb534ed735a0be8 (diff) |
Further minimal improvements, reducing code base
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 8e7dae7..f969a9d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,7 +9,6 @@ <main> {{ content }} </main> - {%- include sidebar.html -%} {%- include footer.html -%} </div> </body> |