diff --git a/config.toml b/config.toml index 07cbe5f..4ccdac2 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "/" +baseURL = "https://makyo.ink/" languageCode = "en-us" title = "The Writing of Madison Scott-Clary" diff --git a/content/post/growth.md b/content/post/growth.md index 051ffa1..6580843 100644 --- a/content/post/growth.md +++ b/content/post/growth.md @@ -12,6 +12,7 @@ tags: - Transition - About furry title: Growth +ogimg: /assets/img/growth.jpg --- ![Growth](/assets/img/growth.jpg) diff --git a/content/publications/arcana.md b/content/publications/arcana.md index 6cdfe34..fe10df5 100644 --- a/content/publications/arcana.md +++ b/content/publications/arcana.md @@ -2,6 +2,7 @@ type: rt title: Arcana - A Tarot Anthology img: publications/04-emperor.jpg +ogimg: /assets/img/publications/arcana.jpg --- diff --git a/content/publications/restless-town/index.md b/content/publications/restless-town/index.md index 66841c9..57aee4a 100644 --- a/content/publications/restless-town/index.md +++ b/content/publications/restless-town/index.md @@ -1,6 +1,7 @@ --- type: rt title: Restless Town +ogimg: /assets/img/publications/restless-town.jpg --- diff --git a/content/publications/rum-and-coke.md b/content/publications/rum-and-coke.md index b8fe8bb..f42defd 100644 --- a/content/publications/rum-and-coke.md +++ b/content/publications/rum-and-coke.md @@ -1,6 +1,7 @@ --- type: rt title: Rum and Coke - Three Short Stories from a Furry Convention +ogimg: /assets/img/publications/rum-and-coke.jpg --- diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ea7b945..33447b5 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -14,7 +14,9 @@ {{ end }} - + + {{- partial "seo.html" . -}} + diff --git a/layouts/partials/seo.html b/layouts/partials/seo.html new file mode 100644 index 0000000..c2de61f --- /dev/null +++ b/layouts/partials/seo.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + diff --git a/layouts/rt/single.html b/layouts/rt/single.html index 7ebdaf7..a44fdbb 100644 --- a/layouts/rt/single.html +++ b/layouts/rt/single.html @@ -14,6 +14,9 @@ {{ end }} {{ end }} + + {{- partial "seo.html" . -}} +