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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2017-05-06 20:29:52 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2017-05-06 20:29:52 +0300
commit201c0abd7ab5f4a6fe970b339265423249c60063 (patch)
tree725c392f67a97c9f6c7009a2e3d6fcba9ad7b339
parent71c94e9e23c127960a18d38491c674e4c8ef6e24 (diff)
css: update to use Pure CSS v0.6.2
-rw-r--r--README.md2
-rw-r--r--layouts/partials/head.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5e3d3bf..c6b6111 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Blackburn is a clear and responsive theme for [Hugo](//gohugo.io).
## Overview
-* Based on Yahoo's [Pure CSS] (http://purecss.io/) (v0.6.0)
+* Based on Yahoo's [Pure CSS] (http://purecss.io/) (v0.6.2)
* Fixed sidebar with social links:
* Twitter
* GNU social
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index cd5bd81..652f61c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -7,7 +7,7 @@
<title>{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Title }} &middot; {{ .Site.Title }}{{ end }}</title>
<!-- CSS -->
- {{ $purecss := "https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/" }}
+ {{ $purecss := "https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.2/" }}
<link rel="stylesheet" href="{{ $purecss }}pure-min.css">
{{ "<!--[if lte IE 8]>" | safeHTML }}