+18
_journals/2024-01-08_1019.md
+18
_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)
+1
-1
journal.xml
+1
-1
journal.xml
···-<description>{{ post.content | xml_escape | replace: 'src="/', 'src="https://bmannconsulting.com/' }}</description>+<description>{{ post.content | xml_escape | replace: 'src="/', 'src="https://bmannconsulting.com/' | replace: 'href="/', 'href="https://bmannconsulting.com/' }}</description>