aboutsummaryrefslogtreecommitdiffstats
path: root/src/includes/nav-footer.php
diff options
context:
space:
mode:
authorkj_sh6042025-12-31 08:06:58 -0500
committerkj_sh6042025-12-31 08:06:58 -0500
commit41a068bd75ff257d3a1d84dab1231635df61090e (patch)
treea16119c34accd31f1cd4be3e136449703b624b02 /src/includes/nav-footer.php
parentbdfa8e07c3975241a9acac639fca50e1d6564f75 (diff)
refactor: use datever
Diffstat (limited to 'src/includes/nav-footer.php')
-rw-r--r--src/includes/nav-footer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/includes/nav-footer.php b/src/includes/nav-footer.php
index 6c2522d..c86ab0b 100644
--- a/src/includes/nav-footer.php
+++ b/src/includes/nav-footer.php
@@ -5,3 +5,4 @@
<br>
<p>all site content is in the public domain</p>
<p><small>my other stuff: <a href="https://aedrielkylejavier.me/" target="_blank">website link →</a></small></p>
+<p><small>version: <?php echo file_get_contents(__DIR__ . '/../VERSION'); ?></small></p> \ No newline at end of file