aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-15 14:19:05 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-15 14:19:05 +0200
commit2437fdc5f71b87a4595b27fdbd74663512fe7d32 (patch)
tree2f3f635c874ad78caea95f228038d73fc19b6477 /index.md
parentadd jekyll-tidy plugin (diff)
downloadjekyll-theme-2437fdc5f71b87a4595b27fdbd74663512fe7d32.tar.gz
jekyll-theme-2437fdc5f71b87a4595b27fdbd74663512fe7d32.zip
upgrade to Jekyll 4
Diffstat (limited to '')
-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>