Update footer.html

This commit is contained in:
nilsding 2014-08-18 18:56:01 +02:00
parent 0b5c72eda3
commit 65e5b02f47
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<footer>
<hr/>
<span class="text-muted footer-lm">{$words_total} words sent in!</span> <span class="float-right footer-rm">3words by Leafcat Coding &copy; 2014</span>
<span class="text-muted footer-lm">{$words_total} words sent in!</span> <span class="float-right footer-rm"><a href="https://github.com/Leafcat/3words">3words</a> by <a href="http://leafc.at">Leafcat Coding</a> &copy; 2014</span>
</footer>
</body>
</html>
</html>