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:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
{{ .Hugo.Generator }}
|
||||
<title>{{ .Title }}{{ if .IsHome }} 👨‍💻{{ else }} | Jake Jarvis {{ end }}</title>
|
||||
<title>{{ .Title }}{{ if not .IsHome }} – {{ .Site.Title }}{{ end }} 👨‍💻</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">
|
||||
|
Reference in New Issue
Block a user