diff --git a/website/config.json b/website/config.json index ab6d64ee..45d4e310 100644 --- a/website/config.json +++ b/website/config.json @@ -21,6 +21,7 @@ }, "params": { + "description": "Golang micro web framework, High performance, Minimalistic and Fast.", "googleAnayticsId": "UA-51208124-3" } } diff --git a/website/layouts/partials/head.html b/website/layouts/partials/head.html index 1566178d..581a029b 100644 --- a/website/layouts/partials/head.html +++ b/website/layouts/partials/head.html @@ -5,9 +5,9 @@ - {{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.Title }} + {{ .Site.Title }} - {{ .Site.Params.description }}{{ if ne .URL "/" }} - {{ .Title }} {{ end }} - +