change title order
Prithu Goswami prithugoswami524@gmail.com
Thu, 14 May 2020 14:52:42 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
M
hugo-site/layouts/partials/head.html
→
hugo-site/layouts/partials/head.html
@@ -10,7 +10,7 @@ <meta property="og:title" content="Prithu Goswami">
<meta property="og:description" content="Prithu Goswami's personal website"> <meta property="og:image" content="/img/favicon.png"> {{ else }} - <title>Prithu Goswami - {{ humanize .Page.Type}} - {{.Title}}</title> + <title>{{.Title}} - {{ humanize .Page.Type}} - Prithu Goswami</title> <meta name="description" content="{{ with .Params.description }}{{ . }}{{ else }}{{.Summary | truncate 110 }}{{ end }}"> <meta property="og:title" content="{{.Title}}"> <meta property="og:description" content="{{ with .Params.description }}{{ . }}{{ else }}{{.Summary | truncate 110 }}{{ end }}">