diff options
author | HombreLaser <buran@silosneeded.com> | 2025-07-24 21:40:47 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2025-07-24 21:40:47 -0600 |
commit | ef3fcf1377ebb1b13bc3cb75c35ccef0337faf99 (patch) | |
tree | 3efe58da1c0b8b10f572bc7a82fce5a43a9109c3 /_layouts/default.html | |
parent | da2464caa4ee9c2559eaccdc570dc143eed733a1 (diff) |
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 5697ebf..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<html> - {% include header.liquid %} - - <body> - <div class="columns"> - <div class="column page-container mt-4"> - {% include top_bar.liquid %} - - {{ content }} - - {% include footer.liquid %} - </div> - </div> - </body> -</html> |