aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/base.html
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2026-01-16 22:05:19 +0100
committerWilliam Hergès <william@herges.fr>2026-01-16 22:05:19 +0100
commit6ab3a7bd5640623aeb7847f1eb2f1077d8e777f3 (patch)
tree87ace5305cbf4aefc67fdbe407ae94e673845c45 /backend/templates/base.html
parentf67c350197e1c46887baf67398445e2b47a8f067 (diff)
style(html): use prettier plugin for go html
Diffstat (limited to 'backend/templates/base.html')
-rw-r--r--backend/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html
index 20abcd0..b2071b1 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -18,7 +18,7 @@
<meta property="og:local" content="fr_FR" />
<meta property="og:site_name" content="{{ .Name }}" />
{{ if ne .PubDate "" }}
- <meta property="article:published_time" content="{{ .PubDate }}" />
+ <meta property="article:published_time" content="{{ .PubDate }}" />
{{ end }}
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
@@ -32,7 +32,7 @@
<header>
<img src="{{ static .Logo.Header }}" alt="Logo" />
{{ $url := .URL }}
- <nav>{{ range .Links }}{{ .Render $url }}{{end}}</nav>
+ <nav>{{ range .Links }}{{ .Render $url }}{{ end }}</nav>
</header>
{{ template "body" . }}
<footer>