all repos — website @ efbc56106c6ee1ea779e5a2b7a11d3d25a5a8039

personal website hosted at prithu.xyz, built using hugo

change title of the pages
Prithu Goswami prithugoswami524@gmail.com
Fri, 15 May 2020 22:36:19 +0530
commit

efbc56106c6ee1ea779e5a2b7a11d3d25a5a8039

parent

5e7336061921559fb9ddf86ceffb509be5dfaa67

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M layouts/partials/head.htmllayouts/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>{{.Title}} - {{ humanize .Page.Type}} - Prithu Goswami</title> + <title>{{.Title}}</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 }}">