_includes/footer.html in jekyll-theme-twenty-0.1.6 vs _includes/footer.html in jekyll-theme-twenty-0.1.7
- old
+ new
@@ -36,14 +36,14 @@
<ul class="copyright">
<li>© {{ site.title }}. All rights reserved.</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>
+ {% 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>
+ {% if site.privacy_policy.url %}
+ <li><a href="{{ site.privacy_policy.url | absolute_url }}" target="_blank">Privacy Policy</a></li>
{% endif %}
</ul>
</footer>
\ No newline at end of file