provide an option to show or not show github profile link
This commit is contained in:
parent
08af7b4e38
commit
2e1f0c0bfc
@ -4,6 +4,9 @@
|
|||||||
<ul id="gh_repos">
|
<ul id="gh_repos">
|
||||||
<li class="loading">Status updating...</li>
|
<li class="loading">Status updating...</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
{% if site.github_show_profile_link %}
|
||||||
|
<a href="https://github.com/{{site.github_user}}">@{{site.github_user}}</a> on Github
|
||||||
|
{% endif %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$.domReady(function(){
|
$.domReady(function(){
|
||||||
if (!window.jXHR){
|
if (!window.jXHR){
|
||||||
|
@ -58,6 +58,7 @@ twitter_tweet_button: true
|
|||||||
# github repositories
|
# github repositories
|
||||||
github_user:
|
github_user:
|
||||||
github_repo_count: 0
|
github_repo_count: 0
|
||||||
|
github_show_profile_link: true
|
||||||
|
|
||||||
# Google Plus
|
# Google Plus
|
||||||
google_plus_one: true
|
google_plus_one: true
|
||||||
|
Loading…
Reference in New Issue
Block a user