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:
-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" />