diff --git a/sass/_custom.scss b/sass/_custom.scss index ac976bb..d49f7f1 100644 --- a/sass/_custom.scss +++ b/sass/_custom.scss @@ -200,4 +200,9 @@ th[data-dir="desc"]::after { #label { text-align: center; } -} \ No newline at end of file +} + +.justify { + text-align: justify; + hyphens: auto; +} diff --git a/templates/blog/page.html b/templates/blog/page.html index 2a6a674..262e631 100644 --- a/templates/blog/page.html +++ b/templates/blog/page.html @@ -28,10 +28,10 @@

{{ page.title }}

{% endif %} -
+
{{ page.description | safe }}
-
+
{{ page.content | safe }}
diff --git a/templates/blog/section.html b/templates/blog/section.html index db9f5b6..03650c0 100644 --- a/templates/blog/section.html +++ b/templates/blog/section.html @@ -23,7 +23,7 @@

{{ section.title }}

{% for page in paginator.pages %} -