We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d314503 commit a637603Copy full SHA for a637603
themes/restlet-framework/layouts/_partials/head.html
@@ -1,7 +1,6 @@
1
<meta charset="utf-8">
2
<meta name="viewport" content="width=device-width, initial-scale=1">
3
<meta http-equiv="x-ua-compatible" content="ie=edge">
4
- <link rel="apple-touch-icon" href="apple-touch-icon.png">
5
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
6
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" site.Title .Title }}{{ end }}</title>
7
{{- partialCached "head/css.html" . }}
0 commit comments