We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a7e4b commit c4d80b8Copy full SHA for c4d80b8
layouts/partials/head.html
@@ -8,7 +8,7 @@
8
<title>{{ .Title }}{{ if not .IsHome }} · {{ .Site.Title }}{{ end }}</title>
9
{{ "<!-- Stylesheets -->" | safeHTML }}
10
<link href="{{ "css/bootstrap-v3.3.7/bootstrap.min.css" | absURL }}" rel="stylesheet">
11
- <link href="{{ "css/agency.css" | absURL }}" rel="stylesheet">
+ <link href="{{ "css/satrday.css" | absURL }}" rel="stylesheet">
12
<link href="{{ "css/jquery.form-validator-v2.3.44/theme-default.min.css" | absURL }}" rel="stylesheet">
13
14
{{ range .Site.Params.custom_css }}
0 commit comments