Add summary marker to blog pages

master
Will Faught 2 years ago
parent 7ce21921b9
commit 501c5b55ad

@ -6,6 +6,10 @@ tags: [figures, shortcodes]
title: Code Shortcode title: Code Shortcode
--- ---
Paige provides a `paige/code` shortcode for displaying code.
<!--more-->
Code: Code:
```go-text-template ```go-text-template

@ -6,6 +6,10 @@ tags: [figures, shortcodes]
title: Figure Shortcode title: Figure Shortcode
--- ---
Paige provides a `paige/figure` shortcode for displaying content.
<!--more-->
## Basic ## Basic
Code: Code:

@ -6,6 +6,10 @@ tags: [figures, shortcodes]
title: Gallery Shortcode title: Gallery Shortcode
--- ---
Paige provides a `paige/gallery` shortcode for displaying a list of images.
<!--more-->
See the images in the example site to understand how the below file patterns work. See the images in the example site to understand how the below file patterns work.
Resize the viewport as narrow and wide as you can to see the responsiveness. Resize the viewport as narrow and wide as you can to see the responsiveness.

@ -6,6 +6,10 @@ tags: [figures, shortcodes]
title: Image Shortcode title: Image Shortcode
--- ---
Paige provides a `paige/image` shortcode for displaying an image.
<!--more-->
Code: Code:
```go-text-template ```go-text-template

@ -6,6 +6,10 @@ tags: [figures, shortcodes]
title: Quote Shortcode title: Quote Shortcode
--- ---
Paige provides a `paige/quote` shortcode for displaying a quotation.
<!--more-->
Code: Code:
```go-text-template ```go-text-template

@ -6,6 +6,10 @@ tags: [shortcodes, videos]
title: Vimeo Shortcode title: Vimeo Shortcode
--- ---
Paige provides a `paige/vimeo` shortcode for playing Vimeo videos.
<!--more-->
## Basic ## Basic
Code: Code:

@ -6,6 +6,10 @@ tags: [shortcodes, videos]
title: YouTube Shortcode title: YouTube Shortcode
--- ---
Paige provides a `paige/youtube` shortcode for playing YouTube videos.
<!--more-->
Code: Code:
```go-text-template ```go-text-template

Loading…
Cancel
Save