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

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsiegerts <stephen.siegert@gmail.com>2019-03-23 05:03:50 +0300
committersiegerts <stephen.siegert@gmail.com>2019-03-23 05:03:50 +0300
commit99a88ebba3caceec3bc2446459ab936cc3f1b678 (patch)
tree5a4b5862a46cda494b28b1ecb0ff6ad04289adae
parent4a3ec7a6dff15877ef9653c03aaea420252dae46 (diff)
bump to latest version of tachyons@4.11.1
-rw-r--r--layouts/partials/head_includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index c4e09f4..075b467 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -1,6 +1,6 @@
<link
rel="stylesheet"
- href="https://unpkg.com/tachyons@4.10.0/css/tachyons.min.css"
+ href="https://unpkg.com/tachyons@4.11.1/css/tachyons.min.css"
/>
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css" />