diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-02 22:10:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-02 22:10:38 +0300 |
commit | 9704ef55e5bd57dbe6a8a9779a4fd172480d536c (patch) | |
tree | 84326acc010655d5debb87ad3b35961cc5e590a2 /index.html | |
parent | add jekyll-theme to links (diff) | |
download | egor-tensin.github.io-9704ef55e5bd57dbe6a8a9779a4fd172480d536c.tar.gz egor-tensin.github.io-9704ef55e5bd57dbe6a8a9779a4fd172480d536c.zip |
reorder links
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,13 +13,13 @@ links: glyph: lock projects: - url: /blog/ - name: Blog + name: My blog + - url: /jekyll-theme/ + name: My Jekyll theme - url: /sorting-algorithms/ name: Sorting algorithms - url: /wireguard-config/ name: WireGuard configuration - - url: /jekyll-theme/ - name: My Jekyll theme --- <h1>{{ site.settings.author.name }}</h1> <hr/> |