The bmannconsulting.com website

jekyll raw

Changed files
+1 -11
_journals
+1 -11
_journals/2024-01-08_1019.md
···
- jekyll
- liquid
---
-
I have continued my Jekyll Liquid crimes by using `replace` to make all the images and notes full links[^raw]:
-
-
```
-
{% raw %}
-
{{ post.content | xml_escape | replace: 'src="/', 'src="https://bmannconsulting.com/' | replace: 'href="/', 'href="https://bmannconsulting.com/' }}
-
{% endraw %}
-
```
-
-
[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!
···
- jekyll
- liquid
---
+
I have continued my Jekyll Liquid crimes by using `replace` to make all the images and notes full links. [Journal RSS feed code on Github](https://github.com/bmann/bmcgarden/blob/archivetrim/journal.xml)