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 <yoshiharuyamashita@outlook.com>2017-07-22 22:12:26 +0300
committerYoshiharu Yamashita <yoshiharuyamashita@outlook.com>2017-07-22 22:12:26 +0300
commit6378e9a42fc7776843b757cbccafb459ffec2b21 (patch)
treeace9afe03a727abf81ed76613ea2fe7354d1c468
parentb94e5ffc1ff14d8829425bd5afa2f930de0c4279 (diff)
purecss: bump version to 1.0.0
-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 e790dbe..041aa6f 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.2)
+* Based on Yahoo's [Pure CSS] (http://purecss.io/) (v1.0.0)
* Fixed sidebar with social links:
* Twitter
* GNU social
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 04c34bb..fa9dd3d 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.2/" }}
+ {{ $purecss := "https://cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/" }}
<link rel="stylesheet" href="{{ $purecss }}pure-min.css">
{{ "<!--[if lte IE 8]>" | safeHTML }}