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

github.com/SteveLane/hugo-icon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteveLane <SteveLane@users.noreply.github.com>2017-12-01 10:48:03 +0300
committerGitHub <noreply@github.com>2017-12-01 10:48:03 +0300
commit82e8cd945000e744692838aa8ed33ec210e4b32f (patch)
treefbe947e3ac47e2fb203f1520d36ef09bb5651f04
parentb4aced2a7f613c6e5865d4d3e41b07a22d6d60d2 (diff)
parente0b2b8b689b694941f49bc9428673f3be918dd39 (diff)
Merge pull request #10 from krlmlr/b-newline
Convert to Unix newlines
-rwxr-xr-xlayouts/index.html102
-rwxr-xr-xlayouts/partials/header.html96
2 files changed, 99 insertions, 99 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 746058c..16dc86e 100755
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,51 +1,51 @@
-<!DOCTYPE html>
-<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
-<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
-<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
-<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
-<html>
- <head>
- {{ partial "header.html" . }}
- </head>
- <body>
-
- <!-- Loader -->
- <div class="fh5co-loader"></div>
- <div class="fh5co-page">
- <div id="fh5co-container">
-
- {{ partial "hero.html" . }}
-
- {{ partial "nav.html" . }}
-
- {{ if .Site.Params.mission.enable }}
- {{ partial "mission.html" . }}
- {{ end }}
-
- {{ if .Site.Params.services.enable }}
- {{ partial "services.html" .}}
- {{ end }}
-
- {{ if .Site.Params.work.enable }}
- {{ partial "gallery.html" .}}
- {{ end }}
-
- {{ if .Site.Params.team.enable }}
- {{ partial "team.html" .}}
- {{ end }}
-
- {{ if .Site.Params.contact.enable }}
- {{ partial "contact-form.html" .}}
- {{ end }}
-
- {{ if .Site.Params.footer.enable }}
- {{ partial "footer.html" .}}
- {{ end }}
-
- </div>
- </div>
-
- {{ partial "js.html" .}}
-
- </body>
-</html>
+<!DOCTYPE html>
+<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
+<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
+<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
+<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
+<html>
+ <head>
+ {{ partial "header.html" . }}
+ </head>
+ <body>
+
+ <!-- Loader -->
+ <div class="fh5co-loader"></div>
+ <div class="fh5co-page">
+ <div id="fh5co-container">
+
+ {{ partial "hero.html" . }}
+
+ {{ partial "nav.html" . }}
+
+ {{ if .Site.Params.mission.enable }}
+ {{ partial "mission.html" . }}
+ {{ end }}
+
+ {{ if .Site.Params.services.enable }}
+ {{ partial "services.html" .}}
+ {{ end }}
+
+ {{ if .Site.Params.work.enable }}
+ {{ partial "gallery.html" .}}
+ {{ end }}
+
+ {{ if .Site.Params.team.enable }}
+ {{ partial "team.html" .}}
+ {{ end }}
+
+ {{ if .Site.Params.contact.enable }}
+ {{ partial "contact-form.html" .}}
+ {{ end }}
+
+ {{ if .Site.Params.footer.enable }}
+ {{ partial "footer.html" .}}
+ {{ end }}
+
+ </div>
+ </div>
+
+ {{ partial "js.html" .}}
+
+ </body>
+</html>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4b684e8..276b43c 100755
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,48 +1,48 @@
-<meta charset="utf-8">
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<title> {{ .Site.Title }}</title>
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<!-- <meta name="description" content="Free HTML5 Template by FREEHTML5.CO - Hugo port by interadata" />
- <meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive, hugo, static site" />
- <meta name="author" content="FREEHTML5.CO / Hugo port " />
- -->
-{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
-{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
-{{ with .Site.LanguageCode }}<meta http-equiv="content-language" content="{{ . }}" />{{ end }}
-
-<!-- FREE HTML5 TEMPLATE -->
-<!-- DESIGNED & DEVELOPED by FREEHTML5.CO -->
-
-<!-- Website: http://freehtml5.co/ -->
-<!-- Email: info@freehtml5.co -->
-<!-- Twitter: http://twitter.com/fh5co -->
-<!-- Facebook: https://www.facebook.com/fh5co -->
-
-<!-- HUGO TEMPLATE PORTED BY SteveLane-->
-<!-- Website: https://interadata.io/ -->
-
-<!-- Facebook and Twitter integration -->
-{{ if not .Site.Params.OpenGraph.hide }}
-<meta name="og:site_name" content="{{ .Site.Title }}">
-<meta name="og:title" content="{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }}{{ end }}">
-<meta name="og:url" content="{{ .Permalink }}">
-<meta name="twitter:title" content="{{ .Site.Title }}" />
-<meta name="twitter:url" content="{{ .Permalink }}" />
-<meta name="twitter:card" content="" />
-{{ end }}
-
-<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
-<!-- <link rel="shortcut icon" href="favicon.ico"> -->
-
-<!-- Animate.css -->
-<link rel="stylesheet" href="css/animate.css">
-<!-- Icomoon Icon Fonts-->
-<link rel="stylesheet" href="css/icomoon.css">
-<!-- Simple Line Icons -->
-<link rel="stylesheet" href="css/simple-line-icons.css">
-<!-- Magnific Popup -->
-<link rel="stylesheet" href="css/magnific-popup.css">
-<!-- Bootstrap -->
-<link rel="stylesheet" href="css/bootstrap.css">
-<!-- Theme style -->
-<link rel="stylesheet" href="css/style.css">
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<title> {{ .Site.Title }}</title>
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<!-- <meta name="description" content="Free HTML5 Template by FREEHTML5.CO - Hugo port by interadata" />
+ <meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive, hugo, static site" />
+ <meta name="author" content="FREEHTML5.CO / Hugo port " />
+ -->
+{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
+{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
+{{ with .Site.LanguageCode }}<meta http-equiv="content-language" content="{{ . }}" />{{ end }}
+
+<!-- FREE HTML5 TEMPLATE -->
+<!-- DESIGNED & DEVELOPED by FREEHTML5.CO -->
+
+<!-- Website: http://freehtml5.co/ -->
+<!-- Email: info@freehtml5.co -->
+<!-- Twitter: http://twitter.com/fh5co -->
+<!-- Facebook: https://www.facebook.com/fh5co -->
+
+<!-- HUGO TEMPLATE PORTED BY SteveLane-->
+<!-- Website: https://interadata.io/ -->
+
+<!-- Facebook and Twitter integration -->
+{{ if not .Site.Params.OpenGraph.hide }}
+<meta name="og:site_name" content="{{ .Site.Title }}">
+<meta name="og:title" content="{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }}{{ end }}">
+<meta name="og:url" content="{{ .Permalink }}">
+<meta name="twitter:title" content="{{ .Site.Title }}" />
+<meta name="twitter:url" content="{{ .Permalink }}" />
+<meta name="twitter:card" content="" />
+{{ end }}
+
+<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
+<!-- <link rel="shortcut icon" href="favicon.ico"> -->
+
+<!-- Animate.css -->
+<link rel="stylesheet" href="css/animate.css">
+<!-- Icomoon Icon Fonts-->
+<link rel="stylesheet" href="css/icomoon.css">
+<!-- Simple Line Icons -->
+<link rel="stylesheet" href="css/simple-line-icons.css">
+<!-- Magnific Popup -->
+<link rel="stylesheet" href="css/magnific-popup.css">
+<!-- Bootstrap -->
+<link rel="stylesheet" href="css/bootstrap.css">
+<!-- Theme style -->
+<link rel="stylesheet" href="css/style.css">