aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 07:27:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 07:29:32 +0300
commit30b1dacdc9e67b45253a4e09bbcb63135e7157da (patch)
treea1a1865e0d020856cb5555f2ed94a8adc367d1c1 /index.html
parentmove all external links to _config.yml (diff)
downloadegor-tensin.github.io-30b1dacdc9e67b45253a4e09bbcb63135e7157da.tar.gz
egor-tensin.github.io-30b1dacdc9e67b45253a4e09bbcb63135e7157da.zip
adjust link names
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>