mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2026-04-23 11:09:54 -05:00
template: Link GitHub repo in footer.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<footer>
|
||||
<p><span class="authorship">This article is part of the <a href="{{ base.relpath }}" title="{{ meta.project }} Documentation">{{ meta.project }} Documentation</a> and was written by {{ meta.authors }}.</span> <span class="contributing">Join us on GitHub to contribute your thoughts and ideas, and to suggest any necessary corrections.</span></p>
|
||||
<p><span class="authorship">This article is part of the <a href="{{ base.relpath }}" title="{{ meta.project }} Documentation">{{ meta.project }} Documentation</a> and was written by {{ meta.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 necessary corrections.</span></p>
|
||||
<small class="copyright">Copyright {{ meta.copyright }}. <a href="{{ base.relpath }}license-summary.html" title="License Summary"><abbr title="{{ meta.license }}">{{ meta.license-abbr }}</abbr></a>.</small>
|
||||
</footer>
|
||||
|
||||
@@ -125,6 +125,10 @@ article.docs footer small {
|
||||
margin: 1.33333em 0;
|
||||
}
|
||||
|
||||
article.docs footer .contributing {
|
||||
display: block;
|
||||
}
|
||||
|
||||
article.docs figure {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user