From 3e0a704a6ec621a32fe818f783297f05c01ba775 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Wed, 11 Oct 2023 03:09:54 -0400
Subject: [PATCH] Fixed bug in manifest missing quotes

---
 layouts/index.manifest.json            | 2 +-
 layouts/partials/microblog_iframe.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/index.manifest.json b/layouts/index.manifest.json
index f3b12f56b..792a8774c 100644
--- a/layouts/index.manifest.json
+++ b/layouts/index.manifest.json
@@ -1,5 +1,5 @@
 {
-  "name": "{{ .Site.Params.siteName }} - {{ .Site.Params.siteTagLine }},
+  "name": "{{ .Site.Params.siteName }} - {{ .Site.Params.siteTagLine }}",
   "short_name": "{{ .Site.Params.siteName }}",
   "description": "{{ .Site.Params.siteDescription }}",
   "start_url": "/?homescreen=1",
diff --git a/layouts/partials/microblog_iframe.html b/layouts/partials/microblog_iframe.html
index 897f87b78..76acddb1d 100644
--- a/layouts/partials/microblog_iframe.html
+++ b/layouts/partials/microblog_iframe.html
@@ -1 +1 @@
-<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox" width="400" height="800" src="https://www.mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fhttps%3A%2F%2Ffedipage.com%2Fusers%2Ffedipage&theme=light&size=80&header=false&replies=true&boosts=true"></iframe>
+<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox" width="400" height="800" src="https://www.mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fqoto.org%2Fusers%2Ffedipage&theme=light&size=80&header=false&replies=false&boosts=false"></iframe>
-- 
GitLab