From 9016a319d4eb5293ede17942cf453f48a13b58b6 Mon Sep 17 00:00:00 2001 From: Cassie Jones Date: Wed, 13 Nov 2019 16:38:37 -0500 Subject: [PATCH] Style touch-ups --- .eleventy.js | 4 ++-- _includes/style.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index de26012..651af42 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -81,7 +81,7 @@ function youtubeShortcode(items, inWidth = 560, inHeight = 315) { throw "Required argument 'video'."; } const src = "https://www.youtube.com/embed/" + video; - return `
+ return `
`; @@ -89,7 +89,7 @@ function youtubeShortcode(items, inWidth = 560, inHeight = 315) { function tweetShortcode(content, items) { // @TODO: Handle parsing date - return `
+ return `