Split & convert CSS into 4 SCSS, dont use .button for now
This commit is contained in:
parent
5b990659a6
commit
36fdb286ae
7 changed files with 79 additions and 61 deletions
|
@ -1,5 +1,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
{{ partialCached "head/css.html" . }}
|
||||
{{ partialCached "head/css.html" (dict "Css" "main") "main" }}
|
||||
{{ partialCached "head/css.html" (dict "Css" "post-item") "post-item" }}
|
||||
{{ partialCached "head/js.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue