+7
-3
_journals/2024-01-08_1019.md
+7
-3
_journals/2024-01-08_1019.md
···-I have continued my Jekyll Liquid crimes by using `replace` to make all the images and notes full links:{{ post.content | xml_escape | replace: 'src="/', 'src="https://bmannconsulting.com/' | replace: 'href="/', 'href="https://bmannconsulting.com/' }}-[Journal RSS feed code on Github](https://github.com/bmann/bmcgarden/blob/archivetrim/journal.xml)
···+I have continued my Jekyll Liquid crimes by using `replace` to make all the images and notes full links[^raw]:{{ post.content | xml_escape | replace: 'src="/', 'src="https://bmannconsulting.com/' | replace: 'href="/', 'href="https://bmannconsulting.com/' }}+[Journal RSS feed code on Github](https://github.com/bmann/bmcgarden/blob/archivetrim/journal.xml)+[^raw]: And a reminder that i need to use the [raw tag in Liquid](https://shopify.dev/docs/api/liquid/tags/raw) if I want to display template code!