<!– Footer –> <footer id=“footer”>

<ul class="copyright">
    <li>&copy; {{ site.copyright.holder }} - {{ site.copyright.license }}</li>
    <li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
    <li>Jekyll integration: <a href="http://github.com/moodule" target="_blank">Moodule</a></li>
    {%- if site.legal_terms.url -%}
    <li><a href="{{ site.legal_terms.url | absolute_url }}" target="_blank">Legal Terms</a></li>
    {%- endif -%}
    {%- if site.privacy_policy.url -%}
    <li><a href="{{ site.privacy_policy.url | absolute_url }}" target="_blank">Privacy Policy</a></li>
    {%- endif -%}
</ul>

</footer>