Skip to content

Commit

Permalink
Add meta description to header
Browse files Browse the repository at this point in the history
  • Loading branch information
azylinski authored and bep committed Oct 13, 2019
1 parent 397b547 commit b6a5534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{{- else -}}
<title>{{ .Title }} &middot; {{ .Site.Title }}</title>
{{- end }}
<meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}" />

<!-- CSS -->
<link type="text/css" rel="stylesheet" href="{{ .Site.BaseURL }}css/print.css" media="print">
Expand Down

0 comments on commit b6a5534

Please sign in to comment.