diff options
author | Your Name <you@example.com> | 2025-01-09 17:56:47 +1100 |
---|---|---|
committer | Your Name <you@example.com> | 2025-01-09 17:56:47 +1100 |
commit | f3897359bcfeccca32f5320897048a4e2356afd0 (patch) | |
tree | c7d1a85880f3b377bbb8e7faa229120fa99c925e /templates/core | |
parent | b8ce88c99112828bfe6b8942e1ace2350b2d1fe6 (diff) |
template & config changes specific to my website.jeaves.xyz
Diffstat (limited to 'templates/core')
-rw-r--r-- | templates/core/index | 5 | ||||
-rw-r--r-- | templates/core/page | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/templates/core/index b/templates/core/index index 26aef90..0781442 100644 --- a/templates/core/index +++ b/templates/core/index @@ -7,8 +7,9 @@ </head> <body> <!--HEADER--> - <!--CORE/CONTENT--> + <div class='content'> + <!--CORE/CONTENT--> + </div> <!--FOOTER--> </body> - </html> diff --git a/templates/core/page b/templates/core/page index 896f372..09299f7 100644 --- a/templates/core/page +++ b/templates/core/page @@ -7,7 +7,9 @@ </head> <body> <!--HEADER--> - <!--CORE/CONTENT--> + <div class='content'> + <!--CORE/CONTENT--> + </div> <!--FOOTER--> </body> </html> |