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

github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-10-07 19:21:30 +0300
committerHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-10-07 19:26:35 +0300
commit4cef2c09dc74cb2b9cdeffcfee0f63bc1e9f5e74 (patch)
treec66cd908938dca4a2580eb5fe54e5b3422c264b1
parentb72406f7c1670172bae64632c9a23ec9c4de0752 (diff)
Fix CSS link.
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index dff87a9..89f9d81 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -8,7 +8,7 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Font Awesome CDN: https://www.bootstrapcdn.com/fontawesome/ -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
- <link rel="stylesheet" href="{{ "/common/site.css" | relURL }}">
+ <link rel="stylesheet" href="{{ "common/site.css" | relURL }}">
<!-- Open Graph: https://developers.facebook.com/docs/plugins/share-button -->
{{ if .Page.IsHome }}
<title>{{ .Site.Title }}</title>