diff --git a/exampleSite/content/blog/quote-shortcode.md b/exampleSite/content/blog/quote-shortcode.md index 1f543742..3976e1c3 100644 --- a/exampleSite/content/blog/quote-shortcode.md +++ b/exampleSite/content/blog/quote-shortcode.md @@ -90,42 +90,35 @@ Code: ```go-text-template {{}} -
-Hickory dickory dock.
+
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, -Hickory dickory dock. -
+Hickory dickory dock. {{}} {{}} -
-Humpty Dumpty sat on a wall,
-Humpty Dumpty had a great fall.
-All the king's horses and all the king's men
-Couldn't put Humpty together again.
-
+
Hickory dickory dock. +The mouse ran up the clock. +The clock struck one, +The mouse ran down, +Hickory dickory dock.
{{}} ``` Result: {{< paige/quote caption="Hickory Dickory Dock" align="start" >}} -
-Hickory dickory dock.
+
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, -Hickory dickory dock. -
+Hickory dickory dock. {{< /paige/quote >}} {{< paige/quote cite="Hickory Dickory Dock" align="end" >}} -
-Humpty Dumpty sat on a wall,
+
Humpty Dumpty sat on a wall, Humpty Dumpty had a great fall. All the king's horses and all the king's men -Couldn't put Humpty together again. -
+Couldn't put Humpty together again. {{< /paige/quote >}} diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index 04e5208d..3c2f6f34 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -50,11 +50,6 @@ section[class="paige-content"] > div { margin-bottom: 0; } -.paige-font-inherit { - font-family: inherit; - font-size: inherit; -} - .paige-header-link { margin-left: 0.5ch; opacity: 0;