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

github.com/cdeck3r/OneDly-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
new file mode 100644
index 0000000..08d96d5
--- /dev/null
+++ b/layouts/partials/head.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="description" content="">
+ <meta name="author" content="">
+ <base href="{{ .Site.BaseURL }}">
+ <title>{{ .Title }}</title>
+
+ <!-- Bootstrap Core CSS -->
+ <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+ <!-- Custom CSS -->
+ <link href="/css/landing-page.css" rel="stylesheet">
+
+ <!-- Custom Fonts -->
+ <link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
+
+ <style>
+ {{ printf "%v" (partial "template.css" . ) | safeCSS }}
+ </style>
+
+</head>
+<body>