From 044cd2948845bc3510f8740574df44e13b2a9e97 Mon Sep 17 00:00:00 2001 From: rottenwheel <92872541+rottenwheel@users.noreply.github.com> Date: Thu, 29 Jun 2023 22:43:15 +0000 Subject: [PATCH] Update atom.xml --- atom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/atom.xml b/atom.xml index d43f4a8..0806865 100644 --- a/atom.xml +++ b/atom.xml @@ -18,11 +18,6 @@ layout: null {% for post in site.posts limit: 10 %} - {% assign post_image = post.image.path | default: post.image %} - {% if post_image %} - {% unless post_image contains "://" %} - {% assign post_image = post_image | absolute_url %} - {% endunless %} {{ post.title }}