diff options
author | HombreLaser <buran@silosneeded.com> | 2025-07-24 21:05:16 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2025-07-24 21:05:16 -0600 |
commit | da2464caa4ee9c2559eaccdc570dc143eed733a1 (patch) | |
tree | b9fb93a16fa741174b8a5678b04f5f8d3746d49e /_layouts/page.html | |
parent | dcb7411da45cecf0c997faba6cd2c1e3af7c8d23 (diff) |
Improve index
Diffstat (limited to '_layouts/page.html')
-rw-r--r-- | _layouts/page.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 5e71126..efc43e5 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,4 +2,6 @@ layout: default --- -{{ content }} +<div class="columns content mt-4"> + {{ content }} +</div> |