mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
content: Add linkTitle to shortcode pages
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Comment
|
||||
title: Comment shortcode
|
||||
linkTitle: Comment
|
||||
description: Include hidden comments in your content with the comment shortcode.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Details
|
||||
title: Details shortcode
|
||||
linkTitle: Details
|
||||
description: Insert an HTML details element into your content using the details shortcode.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Figure
|
||||
title: Figure shortcode
|
||||
linkTitle: Figure
|
||||
description: Insert an HTML figure element into your content using the figure shortcode.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Gist
|
||||
title: Gist shortcode
|
||||
linkTitle: Gist
|
||||
description: Embed a GitHub Gist in your content using the gist shortcode.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Highlight
|
||||
title: Highlight shortcode
|
||||
linkTitle: Highlight
|
||||
description: Insert syntax-highlighted code into your content using the highlight shortcode.
|
||||
categories: []
|
||||
keywords: [highlight]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Instagram
|
||||
title: Instagram shortcode
|
||||
linkTitle: Instagram
|
||||
description: Embed an Instagram post in your content using the instagram shortcode.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
@@ -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.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: QR
|
||||
title: QR shortcode
|
||||
linkTitle: QR
|
||||
description: Insert a QR code into your content using the qr shortcode.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Ref
|
||||
title: Ref shortcode
|
||||
linkTitle: Ref
|
||||
description: Insert a permalink to the given page reference using the ref shortcode.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
@@ -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.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Vimeo
|
||||
title: Vimeo shortcode
|
||||
linkTitle: Vimeo
|
||||
description: Embed a Vimeo video in your content using the vimeo shortcode.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: X
|
||||
title: X shortcode
|
||||
linkTitle: X
|
||||
description: Embed an X post in your content using the x shortcode.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: YouTube
|
||||
title: YouTube shortcode
|
||||
linkTitle: YouTube
|
||||
description: Embed a YouTube video in your content using the youtube shortcode.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
||||
Reference in New Issue
Block a user