New absfigure shortcode
This commit is contained in:
parent
f0643ea038
commit
7f9bae2d9d
2 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue