placeholder in front matter, social media links, open source from github
This commit is contained in:
@@ -2,10 +2,21 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="author" content="{{ .Site.Params.author }}">
|
||||
<meta name="description" content="{{ .Site.Params.description }}">
|
||||
<meta name="description" content="
|
||||
{{- with .Page.Description -}}
|
||||
{{ . }}
|
||||
{{- else -}}
|
||||
{{ .Site.Params.description }}
|
||||
{{- end -}}">
|
||||
<link rel="stylesheet" href="{{ "css/style.css"
|
||||
| relURL }}">
|
||||
<title>{{ .Site.Title }}</title>
|
||||
<title>
|
||||
{{- if .Page.IsHome -}}
|
||||
{{ .Site.Title }}
|
||||
{{- else -}}
|
||||
{{ .Title }} - {{ .Site.Title }}
|
||||
{{- end -}}
|
||||
</title>
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
|
||||
|
||||
Reference in New Issue
Block a user