diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-25 07:36:19 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-25 07:36:19 +0200 |
commit | 79efe81786e827e24ed75eb0868f4a9bf9488833 (patch) | |
tree | ee7d9ee7f0483c13010599fe167045cb393adbd3 /index.html | |
parent | Revert "rename "projects" to "pages"" (diff) | |
download | egor-tensin.github.io-79efe81786e827e24ed75eb0868f4a9bf9488833.tar.gz egor-tensin.github.io-79efe81786e827e24ed75eb0868f4a9bf9488833.zip |
rename internal variables
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +3,9 @@ title: Main page layout: plain main: - url: /cv/cv.pdf - text: cv + name: cv - url: https://egort.name/ - text: egort.name + name: egort.name description: My other place on the web projects: - url: /blog/ @@ -65,7 +65,7 @@ projects: {% if page.main %} {% for link in page.main %} <a class="list-group-item" href="{{ link.url }}"> - <h4 class="list-group-item-heading">{{ link.text }}</h4> + <h4 class="list-group-item-heading">{{ link.name }}</h4> {% if link.description %} <p class="list-group-item-text">{{ link.description }}</p> {% endif %} |