fix broken link to license

master
lance 5 years ago
parent d3512d5d0e
commit 5fc2410c8f

@ -17,7 +17,7 @@ background: images/bg03.jpg # without baseurl
# Copyright info # Copyright info
copyright_text: "Company Name" copyright_text: "Company Name"
copyright_url: "Company Site" copyright_url: "Company Site"
license_path: /LICENSE.txt license_path: LICENSE.txt # without baseurl
# Social Media - can remove to not show icons # Social Media - can remove to not show icons
social: social:

@ -7,6 +7,6 @@
<ul class="copyright"> <ul class="copyright">
<li><a href="{{ site.copyright_url }}" target=_blank>{{ site.copyright_text }}</a></li> <li><a href="{{ site.copyright_url }}" target=_blank>{{ site.copyright_text }}</a></li>
<li><a href="https://html5up.net" target=_blank>Credits</a></li> <li><a href="https://html5up.net" target=_blank>Credits</a></li>
<li><a href="{{ site.license_path }}" target=_blank>License</a></li> <li><a href="{{ site.baseurl }}/{{ site.license_path }}" target=_blank>License</a></li>
</ul> </ul>
</footer> </footer>

Loading…
Cancel
Save