mirror of https://github.com/onweru/compose.git

weru
04.00.2020 06d45290da2e05e93c3f375ab07813b7e4127412
update
1 files modified
2 ■■■ changed files
layouts/partials/head.html 2 ●●● patch | view | raw | blame | history
layouts/partials/head.html
@@ -12,7 +12,7 @@
<meta name="msapplication-config" content='{{ absURL (printf "%sbrowserconfig.xml" $iconsPath) }}'>
<meta name="theme-color" content="#ffffff">
<title>{{ if and .Title (ne (trim (lower .Site.Title) "") (trim (lower .Title) "")) }} | {{ end }}{{ .Site.Title }}{{ end }}</title>
<title>{{ if and .Title (ne (trim (lower .Site.Title) "") (trim (lower .Title) "")) }}{{ .Title }} | {{ end }}{{ .Site.Title }}</title>
{{- partial "opengraph" . }}