diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index 7e02a0058..61f696567 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -9,9 +9,7 @@ export default function Document() { content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations." /> - - - + diff --git a/src/pages/index.jsx b/src/pages/index.jsx index d9e79786f..e891e2f9d 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -219,9 +219,17 @@ function Home({ initialSettings }) { {initialSettings.title || "Homepage"} {initialSettings.base && } {initialSettings.favicon ? ( - + <> + + + ) : ( - + <> + + + + + )}