diff options
-rw-r--r-- | themes/stingray/layouts/partials/head.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/stingray/layouts/partials/head.html b/themes/stingray/layouts/partials/head.html index f882de0..59cae3c 100644 --- a/themes/stingray/layouts/partials/head.html +++ b/themes/stingray/layouts/partials/head.html @@ -4,10 +4,10 @@ <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="/css/main.css"> {{ template "_internal/opengraph.html" . }} - {{ $title := print .Site.Title " | " .Title }} + {{ $title := print .Title " | " .Site.Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} <title>{{ $title }}</title> <meta name="description" content="{{ .Description }}"> <link rel="me" href="https://github.com/rayhammer" hidden/> <link rel="me" href="https://pleroma.doingyourmom.club/rayhammer" hidden/> -</head>
\ No newline at end of file +</head> |