From 5f01b72b515117624e06f3bec2cf17b47c188a69 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 2 Jan 2024 14:34:44 -0800 Subject: [PATCH] fix: social card alignment --- src/social-preview.liquid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/social-preview.liquid b/src/social-preview.liquid index fe91e011..2afd44a7 100644 --- a/src/social-preview.liquid +++ b/src/social-preview.liquid @@ -32,7 +32,7 @@ eleventyExcludeFromCollections: true font-weight="bold" fill="#fff" > - + {{ preview.date | dateToReadableDate}} @@ -47,7 +47,7 @@ eleventyExcludeFromCollections: true > {% for line in titleInLines %} {% capture spacing %}{{ forloop.index0 | times: 50 }}{% endcapture %} - + {{ line }} {% endfor %} @@ -60,6 +60,6 @@ eleventyExcludeFromCollections: true font-weight="bold" fill="#fff" > - {{ meta.siteName }} • {{ meta.url | replace: "https://", "" | replace: "http://", "" }} + {{ meta.siteName }} • {{ meta.url | replace: "https://", "" | replace: "http://", "" }} \ No newline at end of file