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

github.com/allnightgrocery/hugo-theme-blueberry-detox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew R. Jenkins <allnightgrocery@gmail.com>2016-08-29 03:54:11 +0300
committerAndrew R. Jenkins <allnightgrocery@gmail.com>2016-08-29 03:54:11 +0300
commitc31a18c16dfbd09f2a1d8ec4ec26261935d5076d (patch)
treeaf942c10df491fdebbae1c337971be88aad8f34c
parent306607f7db90d41513131a6b713e0e41ed1331a6 (diff)
Resolves #5. Resolves a few of the items. Did not move jQuery to footer.
-rw-r--r--layouts/partials/head.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index ce28a01..5cc35a6 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,10 +1,10 @@
<head>
{{ partial "meta.html" . }}
- <title>{{ .Title }} &middot; {{ .Site.Title }} </title>
+ <title>{{ .Title }} &middot; {{ .Site.Title }}</title>
<link rel="canonical" href="{{ .Site.BaseURL }}" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ .RSSLink }}">
- <link rel="stylesheet" type='text/css' href="{{ .Site.BaseURL }}css/main.css"/>
- <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300|Montserrat:700' rel='stylesheet' type='text/css'>
+ <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/main.css"/>
+ <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300|Montserrat:700" rel="stylesheet" type="text/css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
</head> \ No newline at end of file