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

header.html « partials « layouts - github.com/themefisher/restaurant-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5efcea0fdaac5b8c48e58971a3f90b2ee85b658c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html class="no-js" lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
	<head>
		<meta charset="utf-8">
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	    <meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}">
	    <meta name="author" content="{{ $.Site.Params.author }}">

		{{ "<!-- Mobile Specific Meta -->" | safeHTML }}
	    <meta name="viewport" content="width=device-width, initial-scale=1">
	    {{ hugo.Generator }}
		
	    <title> {{ .Title }} </title>

	    {{"<!-- CSS -->"|safeHTML}}
        <!-- Owl Carousel -->
		<!-- <link rel="stylesheet" href="{{"css/owl.carousel.css" | absURL }}"> -->
		<!-- slick -->
		<link rel="stylesheet" href="{{"css/slick.css" | absURL }}">
        <!-- bootstrap.min css -->
		<link rel="stylesheet" href="{{"css/bootstrap.min.css" | absURL }}">
        <!-- Font-awesome.min css -->
		<link rel="stylesheet" href="{{"css/font-awesome.min.css" | absURL}} ">
        <!-- animation Stylesheet -->
        <link rel="stylesheet" href="{{"css/animate.min.css" | absURL}} ">
        <!-- Main Stylesheet -->
		<link rel="stylesheet" href="{{"css/main.css" | absURL}} ">
        <!-- Responsive Stylesheet -->
		<link rel="stylesheet" href="{{"css/responsive.css" | absURL}} ">
		
		{{ range .Site.Params.custom_css }}
        <link rel="stylesheet" href="{{ . | absURL }}">
        {{ end }}

	</head>
	<body>