chore: add deploy action

This commit is contained in:
2025-01-10 12:49:35 +01:00
parent 3eddb664df
commit f7e1a0130a
6 changed files with 47 additions and 34 deletions

View File

@@ -81,7 +81,7 @@ if ($requestedpage === $blogpagename)
?>
</div>
<div class="footer">
<div class="left"><a href="">© <?php echo date('Y') . " " . $sitename; ?></a></div>
<div class="left"><a href="/">© <?php echo date('Y') . " " . $sitename; ?></a></div>
<div class="right">Powered by <a href="https://github.com/josephernest/void">Void</a>.</div>
</div>
<script src="/assets/theme-toggle.js"></script>