From e71516ddc48143baaa39fe32db60e1f7843f4b04 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Wed, 30 Apr 2025 11:41:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(shortcodes):=20remove=20web?= =?UTF-8?q?mentions=20section=20from=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - delete outdated webmentions section to improve clarity and relevance --- content/blog/shortcodes/index.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/content/blog/shortcodes/index.md b/content/blog/shortcodes/index.md index 77cc209..ce5c8e5 100644 --- a/content/blog/shortcodes/index.md +++ b/content/blog/shortcodes/index.md @@ -463,23 +463,3 @@ def مرحبا_بالعالم(): {%/* end */%} ```` -## Displaying webmentions for your posts - -You can find an introduction to webmentions [here](@/blog/mastering-tabi-settings/index.md#adding-webmentions). Webmentions need to be enabled and configured in the `config.toml` file. - -### Usage - -Add the shortcode on the page where you want to display the webmentions: - -``` -{{/* webmentions() */}} -``` - -The webmentions section will then be displayed where you added it on the page as follows: - -{{ dual_theme_image(light_src="blog/mastering-tabi-settings/img/webmention_light.webp", dark_src="blog/mastering-tabi-settings/img/webmention_dark.webp" alt="Page footer, showing a 'Site source' link") }} - -The following is a live example based on the specific page_url configured in the template config.toml. - -{{ webmentions() }} -