Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Hard-coded site URL in header
Browse files Browse the repository at this point in the history
The site at http://thatcamp.org/planet also uses the theme -- it is
masked to look like just another page on
http://proceedings.thatcamp.org.
  • Loading branch information
amandafrench committed Dec 11, 2012
1 parent 5103e34 commit 429f937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ classDisable: '',

<div class="container">

<a class="site-title" href="<?php echo home_url(); ?>">
<a class="site-title" href="http://proceedings.thatcamp.org">
<img src="<?php bloginfo( 'template_directory' ); ?>/images/logo.png" alt="Proceedings of THATCamp">
</a>

Expand Down

0 comments on commit 429f937

Please sign in to comment.