diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 14:19:05 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 14:19:05 +0200 |
commit | 2437fdc5f71b87a4595b27fdbd74663512fe7d32 (patch) | |
tree | 2f3f635c874ad78caea95f228038d73fc19b6477 /index.md | |
parent | add jekyll-tidy plugin (diff) | |
download | jekyll-theme-2437fdc5f71b87a4595b27fdbd74663512fe7d32.tar.gz jekyll-theme-2437fdc5f71b87a4595b27fdbd74663512fe7d32.zip |
upgrade to Jekyll 4
Diffstat (limited to '')
-rw-r--r-- | index.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20,18 +20,18 @@ navbar: <h4 class="list-group-item-heading">categories</h4> <p class="list-group-item-text">List of post categories (includes links to each category's page)</p> </a> - <a href="{{ site.baseurl }}{% post_url 2021-04-09-snippets %}" class="list-group-item"> + <a href="{% post_url 2021-04-09-snippets %}" class="list-group-item"> <h4 class="list-group-item-heading">code snippets</h4> <p class="list-group-item-text">Easily include code snippets in your posts</p> </a> - <a href="{{ site.baseurl }}{% post_url 2021-04-10-collapsible %}" class="list-group-item"> + <a href="{% post_url 2021-04-10-collapsible %}" class="list-group-item"> <h4 class="list-group-item-heading">collapsible snippets</h4> </a> - <a href="{{ site.baseurl }}{% post_url 2022-03-21-shell %}" class="list-group-item"> + <a href="{% post_url 2022-03-21-shell %}" class="list-group-item"> <h4 class="list-group-item-heading">shell commands</h4> <p class="list-group-item-text">Clearly separate shell commands and their outputs from one another</p> </a> - <a href="{{ site.baseurl }}{% post_url 2021-04-08-mathjax %}" class="list-group-item"> + <a href="{% post_url 2021-04-08-mathjax %}" class="list-group-item"> <h4 class="list-group-item-heading">typesetting math</h4> </a> </div> |