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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-05-26 10:14:01 +0300
committertosi29 <tosi16@gmail.com>2019-05-26 10:14:01 +0300
commitb7e1f4aeeafffd698e521c837003b86583bd2f8f (patch)
treee430aa93bfe2de8cf76f0de8a0dee21766832096
parent489f1f08dfa4c9725ca73b864fadc493ea3f1e10 (diff)
Update css path
-rw-r--r--layouts/partials/head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 05250d4..1c717a6 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -17,7 +17,7 @@
padding: 0 !important;
}
</style>
- <link rel='stylesheet' href='{{ "css/style.css" | absURL }}' type='text/css' media='all' />
- <link rel='stylesheet' href='{{ "css/custom.css" | absURL }}' type='text/css' media='all' />
+ <link rel='stylesheet' href='{{ "/css/style.css" | absURL }}' type='text/css' media='all' />
+ <link rel='stylesheet' href='{{ "/css/custom.css" | absURL }}' type='text/css' media='all' />
{{ template "_internal/google_analytics.html" . }}
</head> \ No newline at end of file