diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-07 21:12:44 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-07 21:12:44 +0100 |
commit | c7d6227aae3dfb4c0e231185369ac752c4d5f625 (patch) | |
tree | 4fe228a90dfa8cc853c9463458d905c577d5a501 /inc/classic-contents.inc.php | |
parent | Added back salad-joe (diff) | |
download | gitjoe-www-c7d6227aae3dfb4c0e231185369ac752c4d5f625.tar.gz gitjoe-www-c7d6227aae3dfb4c0e231185369ac752c4d5f625.tar.bz2 gitjoe-www-c7d6227aae3dfb4c0e231185369ac752c4d5f625.tar.xz gitjoe-www-c7d6227aae3dfb4c0e231185369ac752c4d5f625.tar.zst gitjoe-www-c7d6227aae3dfb4c0e231185369ac752c4d5f625.zip |
New theme
Diffstat (limited to '')
-rw-r--r-- | inc/classic-contents.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 0a778e6..4d4b1ec 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -59,7 +59,7 @@ jo_sidebar() { <li><a href="<?php echo $prefix; ?>salad/">salad</a></li> <li><a href="<?php echo $prefix; ?>salad-joe/">salad-joe</a></li> <hr> - <li><a href="https://jozanleclerc.xyz/" target="_blank">jozanleclerc.xyz</a></li> + <li><a href="https://jozanleclerc.xyz/">jozanleclerc.xyz</a></li> </ul> </div> <?php @@ -73,7 +73,7 @@ jo_footer() { <p> Copyright © 2020, Joe - see <a href="<?php echo $prefix; ?>license.php">LICENSE</a> - - we do not use cookies + this website does not use cookies </p> </footer> </div> |