Update links from alx.media to agnarson.com

This commit is contained in:
Alexander Agnarson 2025-04-07 15:31:59 +02:00
parent 2666bc1a19
commit cd422f55e2
5 changed files with 8 additions and 8 deletions

View file

@ -68,7 +68,7 @@
<?php if ( get_theme_mod( 'credit', 'on' ) == 'on' ): ?>
<div id="credit">
<p><?php esc_html_e('Powered by','gridzone'); ?> <a href="http://wordpress.org" rel="nofollow">WordPress</a>. <?php esc_html_e('Theme by','gridzone'); ?> <a href="http://alx.media" rel="nofollow">Alx</a>.</p>
<p><?php esc_html_e('Powered by','gridzone'); ?> <a href="http://wordpress.org" rel="nofollow">WordPress</a>. <?php esc_html_e('Theme by','gridzone'); ?> <a href="https://agnarson.com" rel="nofollow">Alx</a>.</p>
</div><!--/#credit-->
<?php endif; ?>