diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-03-04 16:44:08 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-03-04 16:44:08 -0300 |
commit | f71c3966872c5f1ff34a7ceb4d9e720b9fad17a5 (patch) | |
tree | fdb4d1a4b66826d28bf0f85056837c0e6004971a /README.md | |
parent | 5d2a097a0b147ef62f206db3e3895321b6c4f114 (diff) | |
parent | d48d738e2498b728f6014f00e32a35d06e555205 (diff) | |
download | hugo-bearcub-f71c3966872c5f1ff34a7ceb4d9e720b9fad17a5.tar.gz hugo-bearcub-f71c3966872c5f1ff34a7ceb4d9e720b9fad17a5.tar.bz2 |
Merge branch 'style/herman'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 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 |