Skip to content

Commit

Permalink
Update example posts content and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrla committed Mar 9, 2022
1 parent b88c928 commit 15373e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions _posts/2022-01-01-sidenotes-caveats-testground.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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))
- [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>
4 changes: 2 additions & 2 deletions _posts/2022-03-01-svg-icons.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 15373e9

Please sign in to comment.