--- --- {{ site.name | xml_escape }} - Journal Feed {{ site.description | xml_escape }} {{ site.url }} {{ site.time | date_to_rfc822 }} {% assign sortedblog = site.journals | sort: 'date' | reverse %} {% for post in sortedblog limit:20 %} Boris Mann {% if post.excerpt %} {% assign description = post.excerpt | markdownify %} {% else %} {% assign description = post.content %} {% endif %} {{ description | xml_escape | replace: 'src="/', 'src="https://bmannconsulting.com/' | replace: 'href="/', 'href="https://bmannconsulting.com/' }} {% if post.link %} {{ post.link | xml_escape }} {% else %} {{ site.url }}{{ post.url }} {% endif %} {{ post.date | date_to_rfc822 }} https://bmannconsulting.com{{ post.url }} {% endfor %}