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/page.liquid | |
parent | da2464caa4ee9c2559eaccdc570dc143eed733a1 (diff) |
Diffstat (limited to '_layouts/page.liquid')
-rw-r--r-- | _layouts/page.liquid | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/page.liquid b/_layouts/page.liquid new file mode 100644 index 0000000..efc43e5 --- /dev/null +++ b/_layouts/page.liquid @@ -0,0 +1,7 @@ +--- +layout: default +--- + +<div class="columns content mt-4"> + {{ content }} +</div> |