diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html
index 5fe620a..b575f0e 100644
--- a/layouts/_partials/head.html
+++ b/layouts/_partials/head.html
@@ -9,7 +9,7 @@
@font-face {
font-family: "monospace";
src:
- url("{{ .Permalink }}"),
+ url("{{ .RelPermalink }}"),
local("Courier New");
}
{{ end }}
@@ -19,7 +19,7 @@
font-family: "monospace";
font-style: italic;
src:
- url("{{ .Permalink }}"),
+ url("{{ .RelPermalink }}"),
local("Courier New");
}
{{ end }}
@@ -29,7 +29,7 @@
font-family: "monospace";
font-weight: bold;
src:
- url("{{ .Permalink }}"),
+ url("{{ .RelPermalink }}"),
local("Courier New");
}
{{ end }}
@@ -40,7 +40,7 @@
font-style: italic;
font-weight: bold;
src:
- url("{{ .Permalink }}"),
+ url("{{ .RelPermalink }}"),
local("Courier New");
}
{{ end }}