summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-01-09 17:56:47 +1100
committerYour Name <you@example.com>2025-01-09 17:56:47 +1100
commitf3897359bcfeccca32f5320897048a4e2356afd0 (patch)
treec7d1a85880f3b377bbb8e7faa229120fa99c925e /templates
parentb8ce88c99112828bfe6b8942e1ace2350b2d1fe6 (diff)
template & config changes specific to my website.jeaves.xyz
Diffstat (limited to 'templates')
-rw-r--r--templates/core/index5
-rw-r--r--templates/core/page4
-rw-r--r--templates/footer4
-rw-r--r--templates/header6
4 files changed, 11 insertions, 8 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>
diff --git a/templates/footer b/templates/footer
index 4a8bf4d..89f7325 100644
--- a/templates/footer
+++ b/templates/footer
@@ -1 +1,3 @@
-<footer></footer> \ No newline at end of file
+<footer>
+Made with <a href='http://git.jeaves.xyz/ds-static/'>ds-static</a>. &emsp; <a href="mailto:alekseijeaves@protonmail.com">alekseijeaves@protonmail.com</a>
+</footer> \ No newline at end of file
diff --git a/templates/header b/templates/header
index 48b81dc..7520bc6 100644
--- a/templates/header
+++ b/templates/header
@@ -2,7 +2,5 @@
<a href="/"> Aleksei John Eaves </a>
<a href="/blog/personal/">Personal Blog</a>
<a href="/blog/technical/">Technical Blog</a>
- <a href="http://git.jeaves.xyz/">cgit</a>
- <a href="mailto:alekseijeaves@protonmail.com">E-mail Address</a>
-</header>
-<hr>
+ <a href="http://git.jeaves.xyz/">Git</a>
+</header> \ No newline at end of file