Configurable webfonts file name

This commit is contained in:
Nishanth Shanmugham
2015-08-24 23:08:32 -05:00
parent b234033bff
commit 1b5cab40a8
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,11 @@
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/pygments.css">
<link rel="stylesheet" href="/css/main.css">
{{ if .Site.Params.WebfontsFile }}
<link rel="stylesheet" href="{{ .Site.Params.WebfontsFile }}">
{{ else }}
<link rel="stylesheet" href="/css/webfonts.css">
{{ end }}
<!-- Icon -->
<link rel="shortcut icon"