content: Add linkTitle to shortcode pages

This commit is contained in:
Joe Mooring
2025-03-06 09:16:38 -08:00
committed by Joe Mooring
parent 5f32c92ed9
commit 68bc28d674
13 changed files with 26 additions and 13 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: Comment title: Comment shortcode
linkTitle: Comment
description: Include hidden comments in your content with the comment shortcode. description: Include hidden comments in your content with the comment shortcode.
categories: [] categories: []
keywords: [] keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: Details title: Details shortcode
linkTitle: Details
description: Insert an HTML details element into your content using the details shortcode. description: Insert an HTML details element into your content using the details shortcode.
categories: [] categories: []
keywords: [] keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: Figure title: Figure shortcode
linkTitle: Figure
description: Insert an HTML figure element into your content using the figure shortcode. description: Insert an HTML figure element into your content using the figure shortcode.
categories: [] categories: []
keywords: [] keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: Gist title: Gist shortcode
linkTitle: Gist
description: Embed a GitHub Gist in your content using the gist shortcode. description: Embed a GitHub Gist in your content using the gist shortcode.
categories: [] categories: []
keywords: [] keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: Highlight title: Highlight shortcode
linkTitle: Highlight
description: Insert syntax-highlighted code into your content using the highlight shortcode. description: Insert syntax-highlighted code into your content using the highlight shortcode.
categories: [] categories: []
keywords: [highlight] keywords: [highlight]
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: Instagram title: Instagram shortcode
linkTitle: Instagram
description: Embed an Instagram post in your content using the instagram shortcode. description: Embed an Instagram post in your content using the instagram shortcode.
categories: [] categories: []
keywords: [] keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: Param title: Param shortcode
linkTitle: Param
description: Insert a parameter from front matter or site configuration into your content using the param shortcode. description: Insert a parameter from front matter or site configuration into your content using the param shortcode.
categories: [] categories: []
keywords: [] keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: QR title: QR shortcode
linkTitle: QR
description: Insert a QR code into your content using the qr shortcode. description: Insert a QR code into your content using the qr shortcode.
categories: [] categories: []
keywords: [] keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: Ref title: Ref shortcode
linkTitle: Ref
description: Insert a permalink to the given page reference using the ref shortcode. description: Insert a permalink to the given page reference using the ref shortcode.
categories: [] categories: []
keywords: [] keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: Relref title: Relref shortcode
linkTitle: Relref
description: Insert a relative permalink to the given page reference using the relref shortcode. description: Insert a relative permalink to the given page reference using the relref shortcode.
categories: [] categories: []
keywords: [] keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: Vimeo title: Vimeo shortcode
linkTitle: Vimeo
description: Embed a Vimeo video in your content using the vimeo shortcode. description: Embed a Vimeo video in your content using the vimeo shortcode.
categories: [] categories: []
keywords: [] keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: X title: X shortcode
linkTitle: X
description: Embed an X post in your content using the x shortcode. description: Embed an X post in your content using the x shortcode.
categories: [] categories: []
keywords: [] keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
--- ---
title: YouTube title: YouTube shortcode
linkTitle: YouTube
description: Embed a YouTube video in your content using the youtube shortcode. description: Embed a YouTube video in your content using the youtube shortcode.
categories: [] categories: []
keywords: [] keywords: []