From 15373e98a7ce7031363556ba9d4ce535c417a08c Mon Sep 17 00:00:00 2001 From: Lucas Amaro <lucasrla@users.noreply.github.com> Date: Wed, 9 Mar 2022 09:36:51 -0300 Subject: [PATCH] Update example posts content and metadata --- _posts/2022-01-01-sidenotes-caveats-testground.md | 5 +++-- _posts/2022-03-01-svg-icons.md | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_posts/2022-01-01-sidenotes-caveats-testground.md b/_posts/2022-01-01-sidenotes-caveats-testground.md index 2155eb6..1e82f4f 100644 --- a/_posts/2022-01-01-sidenotes-caveats-testground.md +++ b/_posts/2022-01-01-sidenotes-caveats-testground.md @@ -4,6 +4,7 @@ title: Advanced usage of sidenotes description: An example post showing the different ways of using sidenotes within Papicu image: assets/img/screenshot-advanced-sidenotes-light.png date: 2022-01-01 +code_highlighter: true --- ## Advanced examples @@ -27,7 +28,7 @@ A sidenote {% include sidenote.html id="3" label="here." content="Sidenotes ever Finally, {% include sidenote.html label="let's try a sidenote with no numbering" content="Here it is! Simply include a sidenote with `label` set, but with no `id` whatsoever." %}. A word of caution though. This kind of "numberless" sidenotes won't be easily accessible (or visible) to readers using mobile devices. -Check out the [Markdown file behind this page](https://raw.githubusercontent.com/lucasrla/papicu/main/_posts/2022-01-01-sidenotes-caveats-testground.md) to learn how the sausage was made. +Check out this page's Markdown file, `_posts/2022-01-01-sidenotes-caveats-testground.md`, to learn how the sausage was made. ## Caveats @@ -39,4 +40,4 @@ A couple of caveats when using sidenotes within Papicu: - Several edge cases have not been properly handled. For instance, multiple sidenotes in a short paragraph may result in some ugly overlapping -- The look 'n' feel is suboptimal on Apple's [Safari Reader](https://support.apple.com/guide/safari/hide-ads-when-reading-sfri32632/mac) ([a](https://archive.is/zZK5G)) \ No newline at end of file +- [The look 'n' feel is suboptimal on Apple's Safari Reader](https://support.apple.com/guide/safari/hide-ads-when-reading-sfri32632/mac) <span class="muted">([a](https://archive.is/zZK5G))</span> \ No newline at end of file diff --git a/_posts/2022-03-01-svg-icons.md b/_posts/2022-03-01-svg-icons.md index 33a6c28..945fbf2 100644 --- a/_posts/2022-03-01-svg-icons.md +++ b/_posts/2022-03-01-svg-icons.md @@ -1,7 +1,7 @@ --- layout: post -title: SVG icons showcase -description: "Papicu uses a set of SVG icons created by the Ionic team" +title: Showcase of SVG icons and post navigation +description: "Demo of our set of SVG icons, created by the Ionic team, and post navigation (previous / next)" date: 2022-03-01 code_highlighter: true date_not_visible: true