diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 18:10:30 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 18:10:30 +0200 |
commit | 929dd7aef6def2bc115cb8e1634c9a2d2f9154b9 (patch) | |
tree | 362fa27116636ac240a335511f427c8ae0690080 /index.md | |
parent | workflows: set remote port (diff) | |
download | jekyll-theme-929dd7aef6def2bc115cb8e1634c9a2d2f9154b9.tar.gz jekyll-theme-929dd7aef6def2bc115cb8e1634c9a2d2f9154b9.zip |
Revert "upgrade to Jekyll 4"
This reverts commit 2437fdc5f71b87a4595b27fdbd74663512fe7d32.
OMFG: https://github.com/jekyll/github-metadata/issues/242
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="{% post_url 2021-04-09-snippets %}" class="list-group-item"> + <a href="{{ site.baseurl }}{% 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="{% post_url 2021-04-10-collapsible %}" class="list-group-item"> + <a href="{{ site.baseurl }}{% post_url 2021-04-10-collapsible %}" class="list-group-item"> <h4 class="list-group-item-heading">collapsible snippets</h4> </a> - <a href="{% post_url 2022-03-21-shell %}" class="list-group-item"> + <a href="{{ site.baseurl }}{% 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="{% post_url 2021-04-08-mathjax %}" class="list-group-item"> + <a href="{{ site.baseurl }}{% post_url 2021-04-08-mathjax %}" class="list-group-item"> <h4 class="list-group-item-heading">typesetting math</h4> </a> </div> |