diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 07:27:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 07:29:32 +0300 |
commit | 30b1dacdc9e67b45253a4e09bbcb63135e7157da (patch) | |
tree | a1a1865e0d020856cb5555f2ed94a8adc367d1c1 /index.html | |
parent | move all external links to _config.yml (diff) | |
download | egor-tensin.github.io-30b1dacdc9e67b45253a4e09bbcb63135e7157da.tar.gz egor-tensin.github.io-30b1dacdc9e67b45253a4e09bbcb63135e7157da.zip |
adjust link names
Diffstat (limited to '')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> GitHub profile</a> + <a class="list-group-item" href="{{ site.github.owner_url }}"><span class="glyphicon glyphicon-home"></span> 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> {{ link.text }}</a> |