aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4cc704e..af36065 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@ I'm a software engineer, and I'll be publishing some of my notes on <a href="htt
Feel free to make contributions or contact me.</p>
<div class="list-group wide-enough">
- <a class="list-group-item" href="{{ site.github.owner_url }}"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub profile</a>
+ <a class="list-group-item" href="{{ site.github.owner_url }}"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub</a>
{% if site.personal_info.links %}
{% for link in site.personal_info.links %}
<a class="list-group-item" href="{{ link.url }}"><span class="glyphicon glyphicon-{{ link.glyph }}"></span>&nbsp;{{ link.text }}</a>