From b7d2f7b7f6e5fe2d64ab298b2e005e159a8e2f9b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 1 Jan 2022 23:31:57 +0000 Subject: [PATCH] style: format text --- source/_pages/blog.html.twig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_pages/blog.html.twig b/source/_pages/blog.html.twig index 9c483b9aa..daf5f5510 100644 --- a/source/_pages/blog.html.twig +++ b/source/_pages/blog.html.twig @@ -1,9 +1,10 @@ --- -title: Blog -use: - - posts +title: "Blog" +use: ["posts"] intro_text: | - This is where I publish my personal blog posts as well as technical posts and tutorials on topics such as Drupal, PHP, Tailwind CSS, automated testing, and systems administration. + This is where I publish my personal blog posts as well as technical posts + and tutorials on topics such as Drupal, PHP, Tailwind CSS, automated testing, + and systems administration. ---