diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 16:10:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 16:10:50 +0300 |
commit | e726014585409acacef2e79a8d83a55a9e47ecb6 (patch) | |
tree | b0d2e8fc7129edcbfeb45f72f71f695a5b369bd8 /index.md | |
parent | posts: permalinks without date (diff) | |
download | jekyll-theme-e726014585409acacef2e79a8d83a55a9e47ecb6.tar.gz jekyll-theme-e726014585409acacef2e79a8d83a55a9e47ecb6.zip |
add more examples, update README
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -8,5 +8,7 @@ navbar: This is a theme preview. Check out these: -* [the posts feed]({{ '/feed/' | relative_url }}), -* [a post with snippets in it]({{ site.baseurl }}{% post_url 2021-04-09-test-post3 %}). +* [post 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 %}). |