diff options
| author | Christian Cleberg <[email protected]> | 2026-01-07 19:12:49 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-01-07 19:12:49 -0600 |
| commit | 6f7ee0d2dfd9c44a1f115ebcb0ceb00e4aaa5946 (patch) | |
| tree | a467f64aef32011a595ae0882a93c83d2edfcf75 /src | |
| parent | 74c8245022b64da299df52b6f98b5045f337fd72 (diff) | |
| download | hn-6f7ee0d2dfd9c44a1f115ebcb0ceb00e4aaa5946.tar.gz hn-6f7ee0d2dfd9c44a1f115ebcb0ceb00e4aaa5946.tar.bz2 hn-6f7ee0d2dfd9c44a1f115ebcb0ceb00e4aaa5946.zip | |
update git link
Diffstat (limited to 'src')
| -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> |
