From 540aeddc797658a2c3d0e49e944592d2b23b3bb8 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 12 Jul 2019 15:07:28 +0900 Subject: [PATCH] Small fixes for Open Graph internal template - Fix the `` code (wasn't showing due to not being marked as code with back ticks. - correct capitalisation for YouTube - add line break after Twitter Cards header to match style of other headers (doesn't affect rendered output, just makes the markdown easier to read --- content/en/templates/internal.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/templates/internal.md b/content/en/templates/internal.md index 269c655ed..19ef4db82 100644 --- a/content/en/templates/internal.md +++ b/content/en/templates/internal.md @@ -152,7 +152,7 @@ Various optional metadata can also be set: - The first 6 `tags` on the page are used for the tags metadata. - The `series` taxonomy is used to specify related "see also" pages by placing them in the same series. -If using youtube this will produce a og:video tag like . If using a youtube link make sure this is in **https://www.youtube.com/v/NlXVWtgLNjY** not __https://www.youtube.com/watch?v=NlXVWtgLNjY__ +If using YouTube this will produce a og:video tag like ``. If using a YouTube link make sure this is in **https://www.youtube.com/v/NlXVWtgLNjY** not __https://www.youtube.com/watch?v=NlXVWtgLNjY__ ### Use the Open Graph Template @@ -163,6 +163,7 @@ To add Open Graph metadata, include the following line between the `` tags ``` ## Twitter Cards + An internal template for [Twitter Cards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards), metadata used to attach rich media to Tweets linking to your site.