aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/base.html
diff options
context:
space:
mode:
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>