Skip to content

Commit

Permalink
fix(partial): Fix Ghost link on footer partial
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Nov 12, 2013
1 parent 4999859 commit 7a3c277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partials/footer.hbs
@@ -1,5 +1,5 @@
<footer role="contentinfo" class="footer">
<p><small{{date format="YYYY"}}. All Rights Reserved.</small></p>
<p><small><a href="http://ghostium.oswaldoacauan.com/" target="_blank">Medium Theme</a> by <a href="http://twitter.com/oswaldoacauan" target="_blank">@oswaldoacauan</a></small></p>
<p><small>Proudly published with <a href="http://oswaldoacauan.com" target="_blank">Ghost</a></small></p>
</footer>
<p><small>Proudly published with <a href="http://ghost.org" target="_blank">Ghost</a></small></p>
</footer>

0 comments on commit 7a3c277

Please sign in to comment.