diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-20 10:37:42 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-20 10:37:42 +0200 |
commit | 76a905268b40e92b4753d1c96f18b60fdacbb410 (patch) | |
tree | e50d363ea43350492727c518cbac07c8221c7393 /index.html | |
parent | bump jekyll-theme (diff) | |
download | egor-tensin.github.io-76a905268b40e92b4753d1c96f18b60fdacbb410.tar.gz egor-tensin.github.io-76a905268b40e92b4753d1c96f18b60fdacbb410.zip |
Revert "rename "projects" to "pages""
This reverts commit 142bb6bc9bb1182fd9d6d2274106ad8c886a44a9.
Meh, I think "projects" is better in the end.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ projects: <div class="list-group"> <div class="list-group-item disabled"> - <h4 class="list-group-item-heading">pages</h4> + <h4 class="list-group-item-heading">projects</h4> </div> {% for project in page.projects %} <a class="list-group-item" href="{{ project.url }}"> |