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.
12 lines
677 B
12 lines
677 B
5 years ago
|
<head>
|
||
|
<title>{{ .Site.Title }} | {{ .Title }}</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta name="format-detection" content="telephone=no" />
|
||
|
<meta name="theme-color" content="#000084" />
|
||
|
<link rel="canonical" href="{{ .Permalink }}">
|
||
|
{{/* Don't ask why it's like this. This original theme is a mess... */}}
|
||
|
<link rel="stylesheet" href="{{ "/css/bootstrap.css" | relURL }}">
|
||
|
<link rel="stylesheet" href="{{ "/css/bootstrap-responsive.css" | relURL }}">
|
||
|
<link rel="stylesheet" href="{{ "/css/style.css" | relURL }}">
|
||
|
<!-- <noscript><style>body { visibility: visible }</style></noscript> -->
|
||
|
</head>
|