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

head.html « partials « layouts - github.com/cowboysmall-tools/hugo-business-frontpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a98bf3d91e1be8053c2a2f65771cceb94ce8c915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

  <title>{{ .Site.Title }}</title>

  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta name="description" content="{{ .Site.Params.description }}">
  <meta name="author" content="{{ .Site.Params.author }}">

  <link rel="shortcut icon" href="favicon.ico">

  <!-- Bootstrap core CSS -->
  <link rel="stylesheet" href="{{ .Site.BaseURL }}assets/vendor/bootstrap/css/bootstrap.min.css">
  <!-- Custom styles for this template -->
  <link rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/business-frontpage.css">