We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c912b2 commit 2bd803dCopy full SHA for 2bd803d
CHANGELOG.md
@@ -6,6 +6,7 @@
6
## 1.3 (May 7, 2016)
7
8
- New support of syntax highlighting in code blocks
9
+- Fix github link font
10
11
## 1.2 (Jan 17, 2016)
12
_layouts/index.html
@@ -13,7 +13,7 @@
13
</nav>
14
<section>
15
<div id="contribute">
16
- <a href="{{ site.repository }}/blob/{{ site.branch }}/{{ page.path }}" class="fa fa-github"> Contribute to this page</a>
+ <a href="{{ site.repository }}/blob/{{ site.branch }}/{{ page.path }}"><span class="fa fa-github"> </span> Contribute to this page</a>
17
</div>
18
{{ content }}
19
</section>
0 commit comments