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"]
description = "Demonstration of the Paige code shortcode."
tags = ["code", "figures"]
title = "Code Shortcode"
title = "Code"
+++
Paige provides a `paige/code` shortcode for displaying code.

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save