From 30b1dacdc9e67b45253a4e09bbcb63135e7157da Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 7 Apr 2021 07:27:39 +0300 Subject: adjust link names --- _config.yml | 8 ++++---- 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 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 -  GitHub profile +  GitHub {% if site.personal_info.links %} {% for link in site.personal_info.links %}  {{ link.text }} -- cgit v1.2.3