mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
template: Make credits and license links project-specific.
At least for now, it is easier to leave these out of the build system.
This commit is contained in:
parent
d1938b92a4
commit
7e1f3a7a94
@ -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 }} 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 us on GitHub</a> to contribute your thoughts and ideas, and to suggest any corrections.</p>
|
||||
<small class="copyright">Copyright {{ document.copyright }}. <a href="{{ document.license-url rel }}" title="License Summary"><abbr title="{{ document.license }}">{{ document.license-abbr }}</abbr></a>. <a href="{{ document.credits-url rel }}" title="Credits">Credits</a>.</small>
|
||||
<small class="copyright">Copyright {{ 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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user