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

github.com/aerohub/hugo-faq-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Kanyshev <aerohub@users.noreply.github.com>2016-09-24 23:30:24 +0300
committerGitHub <noreply@github.com>2016-09-24 23:30:24 +0300
commitefa6ff2e69962bb4a3297c1f32a3592fa877b764 (patch)
treec65a76058e513e69df166e3944d7a3967d347451
parent99a6bc4cdaa3837e6983deb42f5a1ccf85308c9b (diff)
Fixed default css file path
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 1798289..f387c50 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -7,7 +7,7 @@
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/reset.css">
- <link rel="stylesheet" href="{{ .Site.BaseURL }}css/main.css">
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
{{ range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
{{ end }}
@@ -47,4 +47,4 @@
<script src="{{ .Site.BaseURL }}js/jquery.mobile.custom.min.js"></script>
<script src="{{ .Site.BaseURL }}js/main.js"></script>
</body>
-</html> \ No newline at end of file
+</html>