templates: Mark footer as lang=en and Copyright -> ©.

This commit is contained in:
Bradley Sepos
2018-08-14 20:24:00 -04:00
parent c748183042
commit f5eb86f2b1

View File

@@ -1,4 +1,4 @@
<footer>
<footer lang="en">
<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.</span></p>
<small class="copyright">Copyright&nbsp;{{ document.copyright }}. <a href="{{ base.relpath }}license.html" title="License Summary"><abbr title="{{ document.license }}">{{ document.license-abbr }}</abbr></a>. <a href="{{ base.relpath }}credits.html" title="Credits">Credits</a>.</small>
<small class="copyright">©&nbsp;{{ document.copyright }}. <a href="{{ base.relpath }}license.html" title="License Summary"><abbr title="{{ document.license }}">{{ document.license-abbr }}</abbr></a>. <a href="{{ base.relpath }}credits.html" title="Credits">Credits</a>.</small>
</footer>