Skip to content
Snippets Groups Projects
Commit c83be3e1 authored by Julien Schmidt's avatar Julien Schmidt
Browse files

extend html head

parent a311e0ad
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<html lang="{{ $.Site.LanguageCode | default "en" }}">{{ readFile "/data/ascii.txt" | safeHTML }}
<head>
<meta charset="utf-8">
<title>{{ .Site.Title }}</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
{{ if and (isset .Params "noindex") .Params.noindex }}
<meta name="robots" content="noindex">
{{ end }}
<link href='/styles.css' rel='stylesheet' type="text/css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="canonical" href="{{ .Permalink }}">
</head>
<body>
<!-- Code that all your templates share, like a header -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment