From 12ef4ba08458e1e02b9a538f9da873ab75192b08 Mon Sep 17 00:00:00 2001 From: Nathan Long Date: Wed, 29 Nov 2023 16:58:58 -0500 Subject: [PATCH] Fixing title orphans with text wrap --- _includes/layouts/post.njk | 2 +- _includes/postslist.njk | 2 +- public/css/styles.css | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index b7ac204..f562248 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -6,7 +6,7 @@ bodyClass: radial-mid
-

{{ title }}

+

{{ title }}

{%- for tag in tags | filterTagList | sort() %} {%- set tagUrl %}/tags/{{ tag | slugify }}/{% endset %} diff --git a/_includes/postslist.njk b/_includes/postslist.njk index 4854713..a9dfb16 100644 --- a/_includes/postslist.njk +++ b/_includes/postslist.njk @@ -1,7 +1,7 @@