diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 14:32:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 14:32:58 +0300 |
commit | 84d221c87846523713f26a82a71c8fad3ab870b5 (patch) | |
tree | 3d9cded54f93563cf6ba7de9658b417106cb6dc0 /README.md | |
parent | index.html: make it actually pretty (diff) | |
download | jekyll-theme-84d221c87846523713f26a82a71c8fad3ab870b5.tar.gz jekyll-theme-84d221c87846523713f26a82a71c8fad3ab870b5.zip |
README: fix a typo
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ Features ### Layouts -* `plain`: navbar at the top + footer at the bottom +* `plain`: navbar at the top + footer at the bottom. * `default`: same as plain, but with a sidebar on the right. * `page`: same as default, but with the page's header. * `post`: same as default, but with the post's header and publication date. |