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

github.com/naro143/hugo-coder-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaro143 <y.ishimi@itdharman.com>2019-04-25 11:51:12 +0300
committernaro143 <y.ishimi@itdharman.com>2019-04-25 11:51:12 +0300
commiteb6f4e904b99f65dd9920f15c38d28f5145af2a4 (patch)
treec4051e57fd11f5d0db851d8d1d08e0252b363637
parent978f7b93cb97a14c142ddd7b388cf61ed6e44bc7 (diff)
fix: normalize.css -> normalize.min.css
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index fc1b60e..8a45a6c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -27,7 +27,7 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
{{ end }}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
- <link rel="stylesheet" href="{{ "css/normalize.css" | absURL}}">
+ <link rel="stylesheet" href="{{ "css/normalize.min.css" | absURL}}">
<link rel="stylesheet" href="{{ "css/style.min.css" | absURL }}">
{{ if .Site.Params.rtl}}