Skip to content

Commit 46bf0ec

Browse files
committed
Cosmetic changes to defaults in theme
1 parent 00e18cb commit 46bf0ec

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

_includes/themes/twitter/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
</div>
4343
<hr>
4444
<footer>
45-
<p>
46-
<a href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="CC BY"/></a>
45+
<p><small>
46+
<a href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="CC BY"/></a> &nbsp;
4747
By <a href="http://kbroman.github.io">Karl Broman</a>,
4848
rendered with <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
4949
and <a href="http://twitter.github.com/bootstrap/"
5050
target="_blank">Twitter Bootstrap</a>, hosted by <a
5151
href="http://github.com" target="_blank">github</a>
52-
</p>
52+
</small></p>
5353
</footer>
5454

5555
</div>

_includes/themes/twitter/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="page-header">
2-
<h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h1>
2+
<h2>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h2>
33
</div>
44

55
<div class="row-fluid">

0 commit comments

Comments
 (0)