Fixing busted tag in atom.xml

enp1-edits
Logan McGrath 2022-03-15 11:49:37 -07:00
parent bae6fae6dc
commit 65a87da904
2 changed files with 3 additions and 2 deletions

3
go
View File

@ -95,6 +95,7 @@ _verify-prerequisites () {
cp -r .git/ ./_site/.git/
pushd ./_site
git switch _site
git pull origin _site
popd
SITE_ENV=prod ⚡rebuild
@ -102,7 +103,7 @@ _verify-prerequisites () {
pushd ./_site
git add .
git commit -m "Build on $(date) generated from $sha"
git push origin "_site"
git push origin _site
git tag -a "$tag" -m "Build on $(date) generated from $sha"
git push origin "$tag"

View File

@ -27,7 +27,7 @@ changefreq: weekly
<name>{{author | escapeHtml}}</name>
{{#if email}}<email>{{email | escapeHtml}}</email>{{#end-}}
</author>
<content type="html">{{body | escapeHtml}}</content
<content type="html">{{body | escapeHtml}}</content>
</entry>
{{#end-}}
</feed>