diff options
| author | kj_sh604 | 2025-12-31 08:06:58 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-31 08:06:58 -0500 |
| commit | 41a068bd75ff257d3a1d84dab1231635df61090e (patch) | |
| tree | a16119c34accd31f1cd4be3e136449703b624b02 /src | |
| parent | bdfa8e07c3975241a9acac639fca50e1d6564f75 (diff) | |
refactor: use datever
Diffstat (limited to 'src')
| -rw-r--r-- | src/VERSION | 1 | ||||
| -rw-r--r-- | src/includes/nav-footer.php | 1 | ||||
| -rw-r--r-- | src/includes/procrastislides-banner.php | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/src/VERSION b/src/VERSION new file mode 100644 index 0000000..e64cb44 --- /dev/null +++ b/src/VERSION @@ -0,0 +1 @@ +2025.12.31-0806 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 diff --git a/src/includes/procrastislides-banner.php b/src/includes/procrastislides-banner.php index 863fae8..bd31e4d 100644 --- a/src/includes/procrastislides-banner.php +++ b/src/includes/procrastislides-banner.php @@ -1,4 +1,4 @@ <div class=banner> - <h1>📑 procrastiSlides v0.03 p2 🎬</h1> + <h1>📑 procrastiSlides 🎬</h1> <hr /> </div> |
