template: Link GitHub repo in footer.

This commit is contained in:
Bradley Sepos
2016-04-02 20:06:39 -04:00
parent 45c3730c04
commit 6d54e64bc3
2 changed files with 5 additions and 1 deletions

View File

@@ -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>

View File

@@ -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;