2017-06-20 20:17:38 +02:00
{{ "<!-- Build time: " | safeHTML }}{{now}}{{ " --> " | safeHTML }}
2017-03-16 00:00:56 +01:00
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2017-09-07 16:28:16 +02:00
{{ with .Site.Params.static.meta.author }}< meta name = "author" content = "{{ . }}" > {{ end }}
2017-03-16 00:00:56 +01:00
{{ with .Site.Params.description }}< meta name = "description" content = "{{ . }}" > {{ end }}
2017-09-20 15:48:00 +02:00
< meta name = "keywords" content = "Public Money, Public Code, #publiccode, campaign, Free Software, Open Source, FOSS, FLOSS, public administration, FOI, open letter, petition, PMPC" >
2017-03-16 00:00:56 +01:00
{{ .Hugo.Generator }}
2017-08-29 17:20:29 +02:00
< title > {{ with .Params.Title }}{{ . }} - {{ end }}{{ .Site.Title }}< / title >
2017-03-21 19:37:45 +01:00
{{ "<!-- Translations --> " | safeHTML }}
2017-03-22 15:20:18 +01:00
< link type = "text/html" rel = "alternate" hreflang = "{{ .Lang }}" lang = "{{ .Lang }}" href = "{{ .RelPermalink }}" title = "{{ .Site.Params.languageName }}" >
2017-03-21 19:37:45 +01:00
{{ range .Translations }}
2017-03-22 15:20:18 +01:00
< link type = "text/html" rel = "alternate" hreflang = "{{ .Lang }}" lang = "{{ .Lang }}" href = "{{ .RelPermalink }}" title = "{{ .Site.Params.languageName }}" >
2017-03-21 19:37:45 +01:00
{{end}}
2017-05-21 21:36:05 +02:00
2017-09-06 12:58:41 +02:00
{{ "<!-- Open Graph meta - data (e.g. Facebook) --> " | safeHTML }}
2017-05-21 21:36:05 +02:00
< meta property = "og:title" content = "{{ .Site.Title }}" / >
2017-09-13 12:01:04 +02:00
< meta property = "og:url" content = "{{ .Site.Params.static.url }}{{ " / " | relLangURL } } " / >
2017-09-07 16:28:16 +02:00
< meta property = "og:image" content = "{{ .Site.Params.static.url }}/{{ .Site.Params.static.meta.previewImage }}" / >
2017-05-21 21:36:05 +02:00
< meta property = "og:description" content = "{{ .Site.Params.description }}" / >
2017-05-22 14:53:15 +02:00
< meta property = "og:locale" content = "{{ .Lang }}" / >
2017-09-13 21:11:28 +02:00
{{ range .Translations }}
< meta property = "og:locale:alternate" content = "{{.Lang }}" / > {{ end }}
2017-05-21 21:36:05 +02:00
{{ "<!-- Twitter meta - data --> " | safeHTML }}
2017-09-13 12:01:04 +02:00
< meta name = "twitter:card" content = "summary_large_image" / >
< meta name = "twitter:site" content = "{{ .Site.Params.static.meta.twitterUser }}" / >
< meta name = "twitter:title" content = "{{ .Site.Title }}" / >
< meta name = "twitter:description" content = "{{ .Site.Params.description }}" / >
< meta name = "twitter:image" content = "{{ .Site.Params.static.url }}/{{ .Site.Params.static.meta.previewImage }}" / >
< meta name = "twitter:url" content = "{{ .Site.Params.static.url }}{{ " / " | relLangURL } } " / >
< meta name = "twitter:creator" content = "{{ .Site.Params.static.meta.twitterUser }}" / >
2017-05-21 21:36:05 +02:00
2017-03-16 00:00:56 +01:00
{{ "<!-- Favicon --> " | safeHTML }}
2017-06-22 12:00:09 +02:00
< link rel = "icon" type = "image/png" href = "{{ " favicon . png " | absURL } } " sizes = "128x128" >
2017-03-16 00:00:56 +01:00
{{ "<!-- Bootstrap Core CSS --> " | safeHTML }}
< link rel = "stylesheet" href = "{{ " css / bootstrap . min . css " | absURL } } " type = "text/css" >
{{ "<!-- Custom Fonts --> " | safeHTML }}
2017-03-21 13:17:53 +01:00
< link rel = "stylesheet" href = "{{ " css / fonts . css " | absURL } } " type = "text/css" >
2017-03-16 00:00:56 +01:00
< link rel = "stylesheet" href = "{{ " font-awesome / css / font-awesome . min . css " | absURL } } " type = "text/css" >
{{ "<!-- Plugin CSS --> " | safeHTML }}
< link rel = "stylesheet" href = "{{ " css / animate . min . css " | absURL } } " type = "text/css" >
{{ "<!-- Custom CSS --> " | safeHTML }}
< link rel = "stylesheet" href = "{{ " css / creative . css " | absURL } } " type = "text/css" >
2017-03-20 12:13:07 +01:00
< link rel = "stylesheet" href = "{{ " css / custom . css " | absURL } } " type = "text/css" >
2017-05-25 23:36:54 +02:00
< link rel = "stylesheet" href = "{{ " css / buttons-spread . css " | absURL } } " type = "text/css" >
2017-05-25 21:55:34 +02:00
< link rel = "stylesheet" href = "{{ " css / buttons-side . css " | absURL } } " type = "text/css" >
2017-09-18 17:56:44 +02:00
{{ "<!-- CSS with JS disabled --> " | safeHTML }}
< noscript >
< link rel = "stylesheet" href = "{{ " css / no-javascript . css " | absURL } } " type = "text/css" >
< / noscript >
2017-03-16 00:00:56 +01:00
2017-09-18 10:47:44 +02:00
<!-- Google webmaster tools verification -->
< meta name = "google-site-verification" content = "w3YbMtsGJlDG25xOStnBvqmoJ2s3GXPEy4ckJSvSISs" / >
2017-03-16 00:00:56 +01:00
{{ "<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> " | safeHTML }}
{{ "<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> " | safeHTML }}
{{ "<!-- [if lt IE 9]>" | safeHTML }}
< script src = "https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" > < / script >
< script src = "https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js" > < / script >
{{ "<![endif]--> " | safeHTML }}