Framework pour créer son site web en 2 minutes, et en Markdown! https://www.gregandev.fr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
1.0 KiB

{{ 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 }}