Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
[Add] meta encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukuro committed Nov 30, 2021
1 parent fb02936 commit 89aa746
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
@@ -1,5 +1,6 @@
<head>
<title>{{- if .IsHome }}{{ .Site.Title }}{{- else }}{{ .Title }}{{- end }}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}" />
{{ partial "partials/style.html" . }}
Expand Down

0 comments on commit 89aa746

Please sign in to comment.