diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 01:03:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 01:03:11 +0300 |
commit | 87878c6ac664237920d859633c04f23c4300c154 (patch) | |
tree | 8c177b2864173afb6376001ee277818099d73845 | |
parent | add snippets example (diff) | |
download | jekyll-theme-87878c6ac664237920d859633c04f23c4300c154.tar.gz jekyll-theme-87878c6ac664237920d859633c04f23c4300c154.zip |
index.html: add links to other pages
-rw-r--r-- | index.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,3 +4,7 @@ navbar_link: <span class="glyphicon glyphicon-home"></span> Home navbar_priority: 1 --- 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 %}). |