diff --git a/content/_index.md b/content/_index.md
index 65db608..c2c589a 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -3,4 +3,4 @@ title: "Ignorance is bliss…"
description: "Welcome to Christoph Cullmann’s web site"
---
-
+{{< image src="/images/landing-page.webp" alt="Landing" >}}
diff --git a/content/posts/borg-backup-continued/index.md b/content/posts/borg-backup-continued/index.md
index 8cdf401..3a86205 100644
--- a/content/posts/borg-backup-continued/index.md
+++ b/content/posts/borg-backup-continued/index.md
@@ -6,9 +6,6 @@ categories: [backup]
tags: [backup]
url: /posts/borg-backup-continued/
author: "Christoph Cullmann"
-resources:
- - name: "featured-image-preview"
- src: "images/borg-backup-logo.png"
---
In my last [BorgBackup post](/posts/borg-backup/) I described my new setup using [BorgBackup](https://www.borgbackup.org/) for the backup of my private data.
@@ -203,4 +200,4 @@ But at least from my side: thanks to the BorgBackup developers to provide the wo
At least my backup setup got successfully assimilated .P
-
+{{< image src="/posts/borg-backup-continued/images/borg-backup-logo.png" alt="BorgBackup" >}}