Skip to content

Commit

Permalink
Update name footer
Browse files Browse the repository at this point in the history
  • Loading branch information
duythien committed Oct 12, 2016
1 parent 690c9c9 commit 42a1af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/partials/footer.volt
@@ -1,10 +1,10 @@
<div id="footer">
<div class="container">
<p class="text-muted credit">Website built with {{link_to('', 'Phalcon')}} by <a href="http://twitter.com/zphalcon" target="_blank">zphalcon</a> &amp; | {{link_to('about', 'About')}}
<p class="text-muted credit">Website built with {{link_to('', 'Phalcon')}} by <a href="http://twitter.com/tranduythien" target="_blank">Thien</a> &amp; | {{link_to('about', 'About')}}
<span class="pull-right">
<a title="Follow updates" href="http://twitter.com/phalcontip" target="_blank"><i class="fa fa-twitter fa-lg"></i></a>
|
<a title="Get the source of this site" href="https://github.com/zphalcon/phalcon-tip" target="_blank"><i class="fa fa-github fa-lg"></i></a>
<a title="Get the source of this site" href="https://github.com/duythien/phalcon-tip" target="_blank"><i class="fa fa-github fa-lg"></i></a>
</span>
</p>
</div>
Expand Down

0 comments on commit 42a1af7

Please sign in to comment.