add theme credits

This commit is contained in:
Pat Dryburgh 2018-08-01 08:33:15 -07:00
parent d39a7ad8f7
commit cfb0bdad33
2 changed files with 18 additions and 0 deletions

View File

@ -19,5 +19,13 @@
{{ content }}
{% unless site.show_credits == "false" %}
<aside class="site-credits">
<p>
<small><a href="https://github.com/patdryburgh/hitchens">Hitchens Theme</a> powered by <a href="http://jekyllrb.com">Jekyll</a></small>
</p>
</aside>
{% endunless %}
</body>
</html>

View File

@ -54,6 +54,10 @@ blockquote.epigraph {
font-style: italic;
}
small {
font-size: .75em;
}
p > cite {
display: block;
text-align: right;
@ -122,4 +126,10 @@ hr {
.post-link & {
padding: .5em 0;
}
}
.site-credits {
margin: 2em auto;
padding: 0 2em;
text-align: center;
}