Welcome to mirror list, hosted at ThFree Co, Russian Federation.

head.html « partials « layouts - github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 216dda6ad9830040ffb267742951fb565ab10d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html class="no-js">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>{{ .Title }} {{ if ne .Title .Site.Title }} &middot; {{ .Site.Title }}{{ end }}</title>
  {{ partial "base/metas" . }}

  <link rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/bootstrap.min.css">
  <link rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/font-awesome.min.css">
  <link rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/style.css">
  <link rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/tomorrow-night.css">
  <link href='//fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.10.8/umd/popper.js"></script>

</head>
<body class="bg-light">
    {{ partial "base/header" . }}