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) ([a](https://archive.is/zZK5G)) \ 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