mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 01:23:10 +00:00
add theme credits
This commit is contained in:
@ -19,5 +19,13 @@
|
|||||||
|
|
||||||
{{ content }}
|
{{ 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>
|
</body>
|
||||||
</html>
|
</html>
|
@ -54,6 +54,10 @@ blockquote.epigraph {
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
small {
|
||||||
|
font-size: .75em;
|
||||||
|
}
|
||||||
|
|
||||||
p > cite {
|
p > cite {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@ -122,4 +126,10 @@ hr {
|
|||||||
.post-link & {
|
.post-link & {
|
||||||
padding: .5em 0;
|
padding: .5em 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-credits {
|
||||||
|
margin: 2em auto;
|
||||||
|
padding: 0 2em;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
Reference in New Issue
Block a user