Merge pull request #53 from dhensby/pulls/2.3/remove-spam-link

FIX Remove link in footer that goes to spammy site
This commit is contained in:
Damian Mooyman 2018-03-21 10:07:09 +13:00 committed by GitHub
commit dd0b1a5352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>