@@ -0,0 +1,26 @@
|
||||
{{ with .Site.Social.gitlab -}}
|
||||
<link rel="me" type="text/html" href="https://gitlab.com/{{ . }}/" />
|
||||
{{ end -}}
|
||||
{{ with .Site.Social.github -}}
|
||||
<link rel="me" type="text/html" href="https://github.com/{{ . }}"/>
|
||||
{{ end -}}
|
||||
{{ with .Site.Social.linkedin -}}
|
||||
<link rel="me" type="text/html" href="https://www.linkedin.com/in/{{ . }}/"/>
|
||||
{{ end -}}
|
||||
|
||||
<link rel="icon" type="image/ico" href="../images/favicon.ico" sizes="16x16">
|
||||
<link rel="icon" type="image/ico" href="../images/favicon.ico" sizes="32x32">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href='{{ "index.xml" | absURL }}' />
|
||||
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="author" content="{{.Site.Params.Author}}" />
|
||||
<meta name="copyright" content="{{.Site.Copyright}}" />
|
||||
|
||||
{{ if .Description }}
|
||||
<meta name="description" content="{{ .Description }}">
|
||||
{{ else if .IsPage }}
|
||||
<meta name="description" content="{{ .Summary | plainify }}">
|
||||
{{ else }}
|
||||
<meta name="description" content="{{ .Site.Params.Description }}">
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user