diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 03:05:09 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 10:49:00 +0200 |
commit | 3a207d9496872d20579c864bbce913022f30d73c (patch) | |
tree | bf5f273b3a5746a91b14a99a5d5428509b1fc0a1 /index.md | |
parent | workflows/ci: use .ruby-version for setup-ruby action (diff) | |
download | jekyll-theme-3a207d9496872d20579c864bbce913022f30d73c.tar.gz jekyll-theme-3a207d9496872d20579c864bbce913022f30d73c.zip |
upgrade to Jekyll 4jekyll4
The jekyll-github-metadata bug has finally been fixed.
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> |