aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 14:46:26 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 14:46:26 +0300
commit72f7f01476de1715db939449b034c444207e6f11 (patch)
tree786d072cca2edc0cc2347f9752ee9d777e149302 /_layouts
parentadd default layouts to _config.yml (diff)
downloadjekyll-theme-72f7f01476de1715db939449b034c444207e6f11.tar.gz
jekyll-theme-72f7f01476de1715db939449b034c444207e6f11.zip
minor markup & wording fixes
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/category.html4
-rw-r--r--_layouts/note.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/category.html b/_layouts/category.html
index 066b3dd..efb34db 100644
--- a/_layouts/category.html
+++ b/_layouts/category.html
@@ -2,8 +2,8 @@
layout: default
---
<h1>{{ page.title }}</h1>
-<hr>
-<p>This is a list of posts in the "{{ page.category }}" category.</p>
+<hr/>
+<p>This is a list of posts in category "{{ page.category }}".</p>
{% if site.categories[page.category].size > 0 %}
<ul>
{% for post in site.categories[page.category] %}
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 }}