New absfigure shortcode

This commit is contained in:
Caio Lente 2024-01-04 23:24:51 -03:00
parent f0643ea038
commit 7f9bae2d9d
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
2 changed files with 31 additions and 0 deletions

View file

@ -115,6 +115,8 @@ already implemented:
- Reply by email: if you supply an email address, the theme creates a "Reply to
this post by email" button at the end of every post (see Kev Quirk's [original
implementation](https://kevquirk.com/adding-the-post-title-to-my-reply-by-email-button)).
- `absfigure` shortcode: a shortcut to use the `figure` shortcode that also
converts relative URLs into absolute URLs by using the `absURL` function.
- Single-use CSS (EXPERIMENTAL): you can add some styles to a single page by
writing the CSS you need in `assets/{custom_css}.css` and then including
`style: "{custom_css}.css"` in the [front