1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00

Improve <title>

This commit is contained in:
rohan kumar 2020-11-30 17:19:33 -08:00
parent 925b8960a8
commit 2776395a33
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -23,6 +23,9 @@
{{ printf `<link rel="stylesheet" href="/css/syntax.css">` | safeHTML }} {{ printf `<link rel="stylesheet" href="/css/syntax.css">` | safeHTML }}
{{ end -}} {{ end -}}
{{ if eq .RelPermalink "/" -}}
<title>{{ .Title }}</title> <title>{{ .Title }}</title>
{{ else -}}
<title>{{ .Title }} - Seirdy</title>
{{ end -}}
</head> </head>