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" . }}