From 6536f2dc7e0b44286a4bb115e017f3377e6a4f49 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 29 Jul 2023 10:34:37 +0100 Subject: [PATCH] Add syndication for Barbie --- content/posts/reviews/movies/barbie/index.md | 7 ++++++- layouts/partials/syndication-ref.html | 2 +- layouts/partials/syndication.html | 2 ++ themes/hello-friend-ng/layouts/partials/svg.html | 2 ++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/content/posts/reviews/movies/barbie/index.md b/content/posts/reviews/movies/barbie/index.md index ba2d2cd3..bb25fae0 100644 --- a/content/posts/reviews/movies/barbie/index.md +++ b/content/posts/reviews/movies/barbie/index.md @@ -3,11 +3,16 @@ title: Barbie type: review date: 2023-07-29T07:51:48+01:00 emoji: 🍿 +summary: I went to see Barbie; it was superb! +syndications: +- https://bsky.app/profile/byjp.me/post/3k3nnlam35u2p +- https://hachyderm.io/@byjp/110796686011083451 +- https://trakt.tv/comments/585047 --- {{< film "Barbie" "2023" "https://www.themoviedb.org/movie/346698-barbie" "barbie.jpg" >}} -This was an _excellent_ film that left me emotionally stretched in just the right way. This is an adult movie with childhood references (not a kids' film at all), and seems pitched at people roughly my age (the Goo Goo Dolls referenced as a track for wooing is too close for comfort!) It _superly_ voices the internal contradictions women need to navigate to be accepted. It works hard not to centre Ken, even while his role is a critical counterpoint, but also gives a little airtime to how much a male-dominated world makes it hard to be a man too. +This was an _excellent_ film that left me emotionally stretched in just the right way. This is an adult movie with childhood references (not a kids' film at all), and seems pitched at people roughly my age (the Goo Goo Dolls referenced as a track for wooing is too close for comfort!) It _superbly_ voices the internal contradictions women need to navigate to be accepted. It works hard not to centre Ken, even while his role is a critical counterpoint, but also gives a little airtime to how much a male-dominated world makes it hard to be a man too. {{% spoiler "tmdb:346698" %}}In fact using Ken — an obviously one-dimensional doll of a man — as the very literal face of the very literal patriarchy neatly sidesteps any "but not all men" reactions getting in the way of the message. (I think they also rolled in some [incel](https://en.wikipedia.org/wiki/Incel) representation into his persona, giving him his own mini-arc to self-understanding and maturity.){{%/ spoiler %}} diff --git a/layouts/partials/syndication-ref.html b/layouts/partials/syndication-ref.html index 36b4d7e4..94c0c30a 100644 --- a/layouts/partials/syndication-ref.html +++ b/layouts/partials/syndication-ref.html @@ -1,4 +1,4 @@ -{{$title := delimit "Respond via " ( .type | strings.FirstUpper) }} +{{$title := delimit (slice "Respond via" ( .type | strings.FirstUpper)) " " }} {{ if eq .type "" }} {{ $title = "See elsewhere" }} {{ end }} diff --git a/layouts/partials/syndication.html b/layouts/partials/syndication.html index 685aac1c..28e1c3a8 100644 --- a/layouts/partials/syndication.html +++ b/layouts/partials/syndication.html @@ -8,6 +8,8 @@ {{ partial "syndication-ref.html" (dict "type" "mastodon" "link" .) }} {{ else if hasPrefix . "https://www.goodreads.com/" }} {{ partial "syndication-ref.html" (dict "type" "goodreads" "link" .) }} + {{ else if hasPrefix . "https://trakt.tv/" }} + {{ partial "syndication-ref.html" (dict "type" "trakt" "link" .) }} {{ else }} {{ partial "syndication-ref.html" (dict "type" "" "link" .) }} {{ end }} diff --git a/themes/hello-friend-ng/layouts/partials/svg.html b/themes/hello-friend-ng/layouts/partials/svg.html index 4c10c4f7..e5837b6a 100644 --- a/themes/hello-friend-ng/layouts/partials/svg.html +++ b/themes/hello-friend-ng/layouts/partials/svg.html @@ -146,6 +146,8 @@ {{- else if (eq .name "telegram") -}} +{{- else if (eq .name "trakt") -}} + {{- else if (eq .name "threema") -}} {{- else if (eq .name "tryhackme") -}}