Skip to content

Commit

Permalink
Classier Footer
Browse files Browse the repository at this point in the history
Include link to theme
  • Loading branch information
cogdog committed Nov 12, 2019
1 parent de74546 commit 6c27d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<p class="fleft">

A <a href="http://splot.ca/">SPLOT</a> on the web: <a href="<?php echo home_url(); ?>" title="<?php esc_attr( bloginfo('name') ); ?>"><?php bloginfo('name'); ?></a>
A <a href="https://github.com/cogdog/truwriter">TRU Writer</a> powered <a href="http://splot.ca/">SPLOT</a>: <a href="<?php echo home_url(); ?>" title="<?php esc_attr( bloginfo('name') ); ?>"><?php bloginfo('name'); ?></a>

</p>

Expand All @@ -69,7 +69,7 @@

<p class="fright">

<span><?php _e( 'Blame', 'radcliffe' ); ?> <a href="http://cogdog.info">@cogdog</a> &mdash; </span><a title="<?php _e('To the top', 'radcliffe'); ?>" href="#" class="tothetop"><?php _e('Up', 'radcliffe' ); ?> &uarr;</a>
<span><?php _e( 'Blame', 'radcliffe' ); ?> <a href="https://cog.dog">@cogdog</a> &mdash; </span><a title="<?php _e('To the top', 'radcliffe'); ?>" href="#" class="tothetop"><?php _e('Up', 'radcliffe' ); ?> &uarr;</a>

</p>

Expand Down

0 comments on commit 6c27d6b

Please sign in to comment.