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-04-08 17:18:32 +0300
committertosi29 <tosi16@gmail.com>2019-04-08 17:18:32 +0300
commit6c4893aa2816c9491c6afcc3e63bd04a9bee3925 (patch)
tree2308c454010f11ffadf9310247ff6323c7c8a832
parent9194c990eb5a79a7d7d9f9ea824f88d1169fe78c (diff)
Remove start from / of url
-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 feedbef..05250d4 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' type='text/css' media='all' />
- <link rel='stylesheet' href='/css/custom.css' 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