diff --git a/sass/style.scss b/sass/style.scss index f072b6d..4dc11a7 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -123,7 +123,7 @@ ul, ol { margin-bottom: 0.5rem; } - time { + time, .chapter { color: var(--muted); font-size: 0.9rem; } diff --git a/templates/page.html b/templates/page.html index a5999e5..4ae94f5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -8,9 +8,7 @@

{{ page.title }}

- {% if page.date %} - - {% endif %} +{% if page.extra.chapter %}{{ page.extra.chapter }} | {% endif %}{% if page.date %}{% endif %}
{% if page.content is containing("") %}