diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 18:27:40 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 18:27:40 +0200 |
commit | a366cdf3901c581caede974c3e745676df9dcc22 (patch) | |
tree | d3e327d8eadf367cd7892f0438b0dc418e23ab13 /inc | |
parent | Added link to gitjoe (diff) | |
download | joe-www-a366cdf3901c581caede974c3e745676df9dcc22.tar.gz joe-www-a366cdf3901c581caede974c3e745676df9dcc22.tar.bz2 joe-www-a366cdf3901c581caede974c3e745676df9dcc22.tar.xz joe-www-a366cdf3901c581caede974c3e745676df9dcc22.tar.zst joe-www-a366cdf3901c581caede974c3e745676df9dcc22.zip |
Fix
Diffstat (limited to 'inc')
-rw-r--r-- | inc/classic-contents.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index c116194..a6bef21 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -71,7 +71,7 @@ jo_sidebar() { <li><a href="<?php echo $prefix; ?>">My C/C++ style</a></li> <li><a href="<?php echo $prefix; ?>links.php">Links</a></li> <hr> - <li><a href="<?php echo $prefix; ?>https://git.jozanleclerc.xyz/" target="_blank">GitJoe</a></li> + <li><a href="https://git.jozanleclerc.xyz/" target="_blank">GitJoe</a></li> </ul> </div> <?php |