diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-02 18:49:06 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-02 18:49:06 +0200 |
| commit | cc2f31d6d5f47472e7162c9aec605587f0abaad8 (patch) | |
| tree | 76c6bdfc23a973c3244adc856ae78f6b33a61f56 /backend/templates | |
| parent | 49766901293631aeabfc96e8d80aba305f420630 (diff) | |
feat(backend): config name and description
Diffstat (limited to 'backend/templates')
| -rw-r--r-- | backend/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html index 922273e..1a7093d 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ .Title }}</title> - <link rel="stylesheet" href="/assets/styles.css"> + <link rel="stylesheet" href="{{ assets "styles.css" }}"> <meta property="description" content="{{ .Description }}" /> <!-- Open Graph --> <meta property="og:title" content="{{ .Title }}" /> @@ -13,7 +13,7 @@ <meta property="og:image" content="https://{{ .Domain }}{{ static .Image }}" /> <meta property="og:description" content="{{ .Description }}" /> <meta property="og:local" content="fr_FR" /> - <meta property="og:site_name" content="{{ .Title }}'s Now page" /> + <meta property="og:site_name" content="{{ .Name }}" /> <!-- Twitter --> <meta name="twitter:card" content="summary_large_image" /> <meta property="twitter:domain" content="{{ .Domain }}" /> |
