Merge pull request #2 from nsuchy/patch-1

Encoded the © symbol with html special entities
This commit is contained in:
superwhiskers
2018-03-23 19:18:41 -05:00
committed by GitHub

View File

@@ -1,3 +1,3 @@
<footer class="footer">
<p>© 2018 Pretendo</p>
<p>&copy; 2018 Pretendo</p>
</footer>