From 13144b9bffa80d7e25c3589f5c9b80fae4d489a8 Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Fri, 14 Aug 2020 15:47:35 -0400 Subject: [PATCH] Tests out some open graph parameters --- config/_default/config.yaml | 2 ++ layouts/_default/baseof.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/_default/config.yaml b/config/_default/config.yaml index 4075649..67b2a41 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -24,6 +24,8 @@ outputs: - "html" # default #- "activity" #activitypub params: + description: Long form thoughts on technology, fatherhood, and making things, researched and written by Andrew Gioia. + title: Andrew Gioia | Blog AuthorName: Andrew Gioia GitHubUser: andrewgioia Subtitle: /posts diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 10e30ce..387b9ed 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,11 +7,13 @@ + {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} + {{ template "_internal/opengraph.html" . }}