template: Use relative license link in breadcrumbs.

This commit is contained in:
Bradley Sepos
2016-05-18 17:13:39 -04:00
parent b67b128f90
commit e794b42d93

View File

@@ -1,4 +1,4 @@
<footer>
<p><span class="authorship">This article is part of the <a href="{{ base.relpath }}" title="{{ document.project }} Documentation">{{ document.project }}&nbsp;Documentation</a> and was written by {{ document.authors }}.</span> <span class="contributing"><a href="https://github.com/HandBrake/HandBrake-docs" title="HandBrake Documentation on GitHub">Join&nbsp;us&nbsp;on&nbsp;GitHub</a> to contribute your thoughts and ideas, and to suggest any corrections.</p>
<small class="copyright">Copyright&nbsp;{{ document.copyright }}. <a href="{{ base.relpath }}license-summary.html" title="License Summary"><abbr title="{{ document.license }}">{{ document.license-abbr }}</abbr></a>.</small>
<small class="copyright">Copyright&nbsp;{{ document.copyright }}. <a href="{{ document.license-url rel }}" title="License Summary"><abbr title="{{ document.license }}">{{ document.license-abbr }}</abbr></a>.</small>
</footer>