Files
funky/_includes/site-footer.html
Michael Lynch 0f6a493e45 Removing trailing whitespace
Fixing files that have trailing whitespace at end of lines.
2019-03-03 16:27:38 -05:00

8 lines
205 B
HTML
Executable File

<footer class="footer">
<div class="container">
<div class="copyright typeset">
<small class="small">&copy; {{ site.title }} {{ site.time | date: '%Y' }}</small>
</div>
</div>
</footer>