Remove shortcode from page titles

master
Will Faught 1 year ago
parent 260d0aa264
commit 5a7a39bf13

@ -3,7 +3,7 @@ authors = ["author-demo"]
categories = ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
description = "Demonstration of the Paige code shortcode." description = "Demonstration of the Paige code shortcode."
tags = ["code", "figures"] tags = ["code", "figures"]
title = "Code Shortcode" title = "Code"
+++ +++
Paige provides a `paige/code` shortcode for displaying code. Paige provides a `paige/code` shortcode for displaying code.

@ -3,7 +3,7 @@ authors = ["author-demo"]
categories = ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
description = "Demonstration of the Paige email shortcode." description = "Demonstration of the Paige email shortcode."
tags = ["email"] tags = ["email"]
title = "Email Shortcode" title = "Email"
+++ +++
Paige provides a `paige/email` shortcode that hides e-mail addresses from robots. Paige provides a `paige/email` shortcode that hides e-mail addresses from robots.

@ -3,7 +3,7 @@ authors = ["author-demo"]
categories = ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
description = "Demonstration of the Paige figure shortcode." description = "Demonstration of the Paige figure shortcode."
tags = ["figures"] tags = ["figures"]
title = "Figure Shortcode" title = "Figure"
+++ +++
Paige provides a `paige/figure` shortcode for displaying content. Paige provides a `paige/figure` shortcode for displaying content.

@ -3,7 +3,7 @@ authors = ["author-demo"]
categories = ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
description = "Demonstration of the Paige gallery shortcode." description = "Demonstration of the Paige gallery shortcode."
tags = ["figures", "gallery", "images"] tags = ["figures", "gallery", "images"]
title = "Gallery Shortcode" title = "Gallery"
+++ +++
Paige provides a `paige/gallery` shortcode for displaying a list of images. Paige provides a `paige/gallery` shortcode for displaying a list of images.

@ -3,7 +3,7 @@ authors = ["author-demo"]
categories = ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
description = "Demonstration of the Paige icon shortcode." description = "Demonstration of the Paige icon shortcode."
tags = ["icon", "web font"] tags = ["icon", "web font"]
title = "Icon Shortcode" title = "Icon"
+++ +++
Paige provides a `paige/icon` shortcode for displaying a web font icon. Paige provides a `paige/icon` shortcode for displaying a web font icon.

@ -3,7 +3,7 @@ authors = ["author-demo"]
categories = ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
description = "Demonstration of the Paige image shortcode." description = "Demonstration of the Paige image shortcode."
tags = ["figures", "images"] tags = ["figures", "images"]
title = "Image Shortcode" title = "Image"
+++ +++
Paige provides a `paige/image` shortcode for displaying an image. Paige provides a `paige/image` shortcode for displaying an image.

@ -3,7 +3,7 @@ authors = ["author-demo"]
categories = ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
description = "Demonstration of the Paige quote shortcode." description = "Demonstration of the Paige quote shortcode."
tags = ["figures", "quotations"] tags = ["figures", "quotations"]
title = "Quote Shortcode" title = "Quote"
+++ +++
Paige provides a `paige/quote` shortcode for displaying a quotation. Paige provides a `paige/quote` shortcode for displaying a quotation.

@ -3,7 +3,7 @@ authors = ["author-demo"]
categories = ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
description = "Demonstration of the Paige tabs shortcodes." description = "Demonstration of the Paige tabs shortcodes."
tags = ["figures", "tabs"] tags = ["figures", "tabs"]
title = "Tabs Shortcode" title = "Tabs"
+++ +++
Paige provides a `paige/tabs` shortcode for displaying content in tabs. Paige provides a `paige/tabs` shortcode for displaying content in tabs.

@ -3,7 +3,7 @@ authors = ["author-demo"]
categories = ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
description = "Demonstration of the Paige Vimeo shortcode." description = "Demonstration of the Paige Vimeo shortcode."
tags = ["videos", "vimeo"] tags = ["videos", "vimeo"]
title = "Vimeo Shortcode" title = "Vimeo"
+++ +++
Paige provides a `paige/vimeo` shortcode for playing Vimeo videos. Paige provides a `paige/vimeo` shortcode for playing Vimeo videos.

@ -3,7 +3,7 @@ authors = ["author-demo"]
categories = ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
description = "Demonstration of the Paige YouTube shortcode." description = "Demonstration of the Paige YouTube shortcode."
tags = ["videos", "youtube"] tags = ["videos", "youtube"]
title = "YouTube Shortcode" title = "YouTube"
+++ +++
Paige provides a `paige/youtube` shortcode for playing YouTube videos. Paige provides a `paige/youtube` shortcode for playing YouTube videos.

Loading…
Cancel
Save