1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 07:55:30 -04:00

syntax oopsies

This commit is contained in:
2019-03-31 13:29:52 -04:00
parent 0c0577cfd4
commit deb6483ccf
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
{{ .Hugo.Generator }}
<title>{{ .Title }}{{ if .IsHome }} &#x1f468;&#x200d;&#x1f4bb;{{ else }} | Jake Jarvis {{ end }}</title>
<title>{{ .Title }}{{ if not .IsHome }} &ndash; {{ .Site.Title }}{{ end }} &#x1f468;&#x200d;&#x1f4bb;</title>
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">