Added a footer

parent d6b61de7
...@@ -28,6 +28,16 @@ ...@@ -28,6 +28,16 @@
<!-- page content begins here --> <!-- page content begins here -->
{% block content %}{% endblock %} {% block content %}{% endblock %}
<footer id="footer">
<ul class="footer-items">
<li class="footer-item"><a href="#">Facebook</a></li>
<li class="footer-item"><a href="#">Twitter</a></li>
<li class="footer-item"><a href="#">Instagram</a></li>
<li class="footer-item"><a href="#">Pinterest</a></li>
<li class="footer-item"><a href="#">WeChat</a></li>
</ul>
</footer>
{% block scripts %}{% endblock %} {% block scripts %}{% endblock %}
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment