jlelse
/
Indieroad
Archived
1
Fork 0
This repository has been archived on 2020-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
Indieroad/layouts/partials/cleanedContent.json

1 line
182 B
JSON

{{ (( htmlUnescape .Content | safeHTML ) | replaceRE "<a href=\".*lightbox\">(.*)</a>" "$1" | replaceRE "href=\"/([^\"]*)\"" ( printf "href=\"%s$1\"" ( "" | absURL ) ) ) | jsonify }}