diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 14:46:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 14:46:26 +0300 |
commit | 72f7f01476de1715db939449b034c444207e6f11 (patch) | |
tree | 786d072cca2edc0cc2347f9752ee9d777e149302 /_layouts/note.html | |
parent | add default layouts to _config.yml (diff) | |
download | jekyll-theme-72f7f01476de1715db939449b034c444207e6f11.tar.gz jekyll-theme-72f7f01476de1715db939449b034c444207e6f11.zip |
minor markup & wording fixes
Diffstat (limited to '')
-rw-r--r-- | _layouts/note.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/note.html b/_layouts/note.html index 45f9b34..090100f 100644 --- a/_layouts/note.html +++ b/_layouts/note.html @@ -2,5 +2,5 @@ layout: default --- <h1>{{ page.title }}</h1> -<hr> +<hr/> {{ content }} |