diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml
deleted file mode 100644
index a8e0f18..0000000
--- a/.gitea/workflows/update.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: Build on push
-on:
- schedule:
- - cron: '@weekly'
-
-jobs:
- build-webhook:
- runs-on: ubuntu-latest
- steps:
- - name: Call the webhook
- uses: distributhor/workflow-webhook@v3
- with:
- webhook_url: ${{ secrets.WEBHOOK_URL }}
- webhook_secret: ${{ secrets.WEBHOOK_KEY }}
- verbose: true
\ No newline at end of file
diff --git a/src/feeds/atom.njk b/src/feeds/atom.njk
index c4d9764..2b4031c 100644
--- a/src/feeds/atom.njk
+++ b/src/feeds/atom.njk
@@ -24,6 +24,7 @@
{{ post.date | dateToRfc3339 }}
{{ absolutePostUrl }}
{{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }}
+ {{ post.content | excerpt }}
{%- endfor %}
\ No newline at end of file