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 | |
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-- | _config.yml | 8 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/_config.yml b/_config.yml index 566607b..ab681a4 100644 --- a/_config.yml +++ b/_config.yml @@ -32,16 +32,16 @@ personal_info: text: Egor.Tensin@gmail.com glyph: envelope - url: https://egor-tensin.github.io/cv/cv.pdf - text: Curriculum vitae + text: CV glyph: file - url: https://egort.name/ - text: Cute dog pictures - glyph: heart + text: egort.name + glyph: globe gpg: public_key_url: /gpg.txt fingerprint: 0281 0B23 3E1A 7D41 8FB1 5245 0494 6FC7 502B 539A projects: - url: /blog/ - name: My blog + name: Blog - url: /sorting-algorithms/ name: Sorting algorithms @@ -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> |