New footer that includes current commit

This commit is contained in:
kamkow1
2025-06-18 01:51:04 +02:00
parent 5db22711be
commit a90517c4da
8 changed files with 59 additions and 6 deletions

View File

@ -14,9 +14,11 @@
<ul>
<#BLOG_POSTS>
</ul>
<footer>
<a href="/">HOME</a>
<div style="float: left;">
<a href="/">HOME</a>
<span>COMMIT: <#COMMIT></span>
</div>
</footer>
<#if HOTRELOAD>

View File

@ -46,7 +46,10 @@
</ul>
</section>
<footer>
<a href="/">HOME</a>
<div style="float: left;">
<a href="/">HOME</a>
<span>COMMIT: <#COMMIT></span>
</div>
</footer>
<#if HOTRELOAD>

View File

@ -10,7 +10,10 @@
URL was: <#URL><br />
</p>
<footer>
<a href="/">HOME</a>
<div style="float: left;">
<a href="/">HOME</a>
<span>COMMIT: <#COMMIT></span>
</div>
</footer>
<#if HOTRELOAD>

View File

@ -8,7 +8,10 @@
<body>
<div id="content"></div>
<footer>
<a href="/">HOME</a>
<div style="float: left;">
<a href="/">HOME</a>
<span>COMMIT: <#COMMIT></span>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script>