mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
Feature: meta description setting (#4513)
This commit is contained in:
parent
4f27ffbe2d
commit
a158866ca1
3 changed files with 15 additions and 4 deletions
|
@ -359,6 +359,13 @@ function Home({ initialSettings }) {
|
|||
<>
|
||||
<Head>
|
||||
<title>{initialSettings.title || "Homepage"}</title>
|
||||
<meta
|
||||
name="description"
|
||||
content={
|
||||
initialSettings.description ||
|
||||
"A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
|
||||
}
|
||||
/>
|
||||
{settings.base && <base href={settings.base} />}
|
||||
{settings.favicon ? (
|
||||
<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue