Skip to content

Commit c4d80b8

Browse files
committed
use the new satrday.css file
1 parent 31a7e4b commit c4d80b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>{{ .Title }}{{ if not .IsHome }} &middot; {{ .Site.Title }}{{ end }}</title>
99
{{ "<!-- Stylesheets -->" | safeHTML }}
1010
<link href="{{ "css/bootstrap-v3.3.7/bootstrap.min.css" | absURL }}" rel="stylesheet">
11-
<link href="{{ "css/agency.css" | absURL }}" rel="stylesheet">
11+
<link href="{{ "css/satrday.css" | absURL }}" rel="stylesheet">
1212
<link href="{{ "css/jquery.form-validator-v2.3.44/theme-default.min.css" | absURL }}" rel="stylesheet">
1313

1414
{{ range .Site.Params.custom_css }}

0 commit comments

Comments
 (0)