aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-21 11:46:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-21 11:46:57 +0300
commit328ce992915eb881c8e65a706e19585e68a75c06 (patch)
tree1e9a9fdcd80cf71cc14538548c2dcab99121499b
parentcollapsible: add link to the snippets post (diff)
downloadjekyll-theme-328ce992915eb881c8e65a706e19585e68a75c06.tar.gz
jekyll-theme-328ce992915eb881c8e65a706e19585e68a75c06.zip
index.html: reword links
-rw-r--r--index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.md b/index.md
index 52bd711..0977df0 100644
--- a/index.md
+++ b/index.md
@@ -14,12 +14,12 @@ I use it for
* [sorting-algorithms],
* [wireguard-config].
-**Check these out**:
+**Check out the pages below.**
-* [posts feed]({{ '/feed/' | relative_url }}),
-* [post with MathJax formulas]({{ site.baseurl }}{% post_url 2021-04-08-mathjax %}),
-* [post with code snippets]({{ site.baseurl }}{% post_url 2021-04-09-snippets %}),
-* [post with collapsible code snippets]({{ site.baseurl }}{% post_url 2021-04-10-collapsible %}).
+* [Post feed]({{ '/feed/' | relative_url }})
+* [Post w/ MathJax formulas]({{ site.baseurl }}{% post_url 2021-04-08-mathjax %})
+* [Post w/ code snippets]({{ site.baseurl }}{% post_url 2021-04-09-snippets %})
+* [Post w/ _collapsible_ code snippets]({{ site.baseurl }}{% post_url 2021-04-10-collapsible %})
[Jekyll]: https://jekyllrb.com/
[egor-tensin.github.io]: {{ page.base }}