From 32ca2d3ae232977ccd6f94a0d02001ff7089d8c4 Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Fri, 28 Oct 2022 18:31:09 -0500 Subject: [PATCH] Updated meta.html to show open graph images. --- README.md | 2 ++ layouts/partials/head.html | 4 ++-- layouts/partials/meta.html | 21 +++++++++++++++------ 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0753d59..d5d0f9c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # TailBliss Hugo + TailwindCSS 3.2.0 + Alpine.js for Hacktoberfest diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 15e69e7..79d492e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,6 +8,7 @@ +{{ partial "meta" . }}