diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 15:45:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 15:45:16 +0300 |
commit | ff0e6e0f4771caa3dfbbf29cee0e9888c1ccb481 (patch) | |
tree | 9590121e9bb26de8b9f22acb3e5a2477533fb2e6 | |
parent | categories/all.html: <h1> -> <h2> headers (diff) | |
download | jekyll-theme-ff0e6e0f4771caa3dfbbf29cee0e9888c1ccb481.tar.gz jekyll-theme-ff0e6e0f4771caa3dfbbf29cee0e9888c1ccb481.zip |
index.html: reuse page.title
-rw-r--r-- | index.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ --- base: https://egor-tensin.github.io -title: Home page +title: jekyll-theme layout: plain navbar: link: Home priority: 1 --- -jekyll-theme -============ +{{ page.title }} +================ --- |