We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0353102 + 9ec7816 commit a41b45aCopy full SHA for a41b45a
_config.yml
@@ -32,3 +32,5 @@ titlecase: true # Converts page and post titles to titlecase
32
33
twitter_user: rubysec
34
twitter_tweet_button: true
35
+
36
+github_repo: rubysec/rubysec.github.io
_includes/header.html
@@ -9,6 +9,10 @@
9
{% if site.twitter_user %}
10
<td><a href="https://twitter.com/{{site.twitter_user}}" class="btn"><i class="icon-twitter-sign"></i> On Twitter</a></td>
11
{% endif %}
12
+ <td> </td>
13
+ {% if site.github_repo %}
14
+ <td><a href="https://github.com/{{site.github_repo}}" class="btn"><i class="icon-github-sign"></i> On GitHub</a></td>
15
+ {% endif %}
16
</tr>
17
</table>
18
</div>
0 commit comments