From 4ff77035f6d1a43423fa546179be3ced28f0e464 Mon Sep 17 00:00:00 2001
From: Gabriel Monteiro Nepomuceno <gabriel.bico@gmail.com>
Date: Wed, 16 Jan 2019 15:16:24 +0000
Subject: [PATCH] Easy customize (#138)
---
layouts/_default/baseof.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 7a59a32..adb1062 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -55,7 +55,7 @@
{{ end }}
{{ range .Site.Params.custom_css }}
- <link rel="stylesheet" href="{{ . | absURL }}">
+ <link rel="stylesheet" href="{{ . | relURL }}">
{{ end }}
<link rel="icon" type="image/png" href="{{ .Site.Params.favicon_32 | default "/images/favicon-32x32.png" | absURL }}" sizes="32x32">
--
Gitblit v1.10.0