aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 03:05:09 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 10:49:00 +0200
commit3a207d9496872d20579c864bbce913022f30d73c (patch)
treebf5f273b3a5746a91b14a99a5d5428509b1fc0a1 /index.md
parentworkflows/ci: use .ruby-version for setup-ruby action (diff)
downloadjekyll-theme-3a207d9496872d20579c864bbce913022f30d73c.tar.gz
jekyll-theme-3a207d9496872d20579c864bbce913022f30d73c.zip
upgrade to Jekyll 4jekyll4
The jekyll-github-metadata bug has finally been fixed.
Diffstat (limited to 'index.md')
-rw-r--r--index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.md b/index.md
index 24f9146..6cdd755 100644
--- a/index.md
+++ b/index.md
@@ -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>