move toggle styling into separate stylesheet
This commit is contained in:
parent
3b5f1bad7e
commit
43fe681c2a
5 changed files with 152 additions and 153 deletions
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
||||
<link rel="stylesheet" href="/css/base.css">
|
||||
<link rel="stylesheet" href="/css/toggles.css">
|
||||
<link rel="icon" type="image/png" href="/icons/icon-192.png">
|
||||
{{ block "styles" . }}{{ end }}
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue