diff options
Diffstat (limited to '_layouts/note.html')
-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 }} |