FIX Remove link in footer that goes to spammy site

This commit is contained in:
Daniel Hensby 2018-03-19 19:10:18 +00:00
parent 294c6e5c42
commit 451d22badd
No known key found for this signature in database
GPG Key ID: D8DEBC4C8E7BC8B9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<footer class="footer" role="contentinfo">
<div class="inner copy">
<div class="left">Simple <span class="arrow">&rarr;</span> <% include Navigation %></div>
<small class="right">&copy; Simple by <a href="http://www.saratusar.com">Sara</a> (Innovatif) / Powered by <a href="http://silverstripe.org">Silverstripe</a></small>
<small class="right">&copy; Simple by Sara (Innovatif) / Powered by <a href="http://silverstripe.org">Silverstripe</a></small>
</div>
</footer>
</footer>