diff options
Diffstat (limited to 'src/View')
| -rw-r--r-- | src/View/BaseTemplate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/View/BaseTemplate.php b/src/View/BaseTemplate.php index 17bc39e..1aa25ab 100644 --- a/src/View/BaseTemplate.php +++ b/src/View/BaseTemplate.php @@ -26,7 +26,7 @@ </main> <footer> - <p><a href="https://sr.ht/~cmc/hn/">Source Code</a></p> + <p><a href="https://git.cleberg.net/hn.git">Source Code</a></p> <p>Copyright © 2023 - <?php echo $this->current_year; ?></p> </footer> |
