From 5a06e5abdc81cdbb40f0fb71b7944c7b5deff507 Mon Sep 17 00:00:00 2001 From: ZzzM Date: Mon, 4 Dec 2023 01:43:52 +0800 Subject: [PATCH] Update appcast.inc --- _includes/appcast.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/appcast.inc b/_includes/appcast.inc index 450afce..9dd18cc 100644 --- a/_includes/appcast.inc +++ b/_includes/appcast.inc @@ -5,7 +5,7 @@ {% for release in site.github.releases %} {% unless release.draft %} {% unless release.prerelease and page.release_only %} - {% assign flag = ' {{ release.name }} @@ -14,12 +14,12 @@ {% assign body = release.body | split:flag %} {% assign description = body.first | strip %} - + {% if body.size > 2 %} {% assign description_zh = body[1] | strip %} {% endif %} - + {% assign enclosure = body.last | strip %} {{ enclosure }}