diff options
Diffstat (limited to 'themes/markskitchen/layouts/index.html')
-rw-r--r-- | themes/markskitchen/layouts/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/markskitchen/layouts/index.html b/themes/markskitchen/layouts/index.html new file mode 100644 index 0000000..422469a --- /dev/null +++ b/themes/markskitchen/layouts/index.html @@ -0,0 +1,3 @@ +{{ define "head" }} +<link rel="stylesheet" href='{{ "css/index.css" | absURL }}'> +{{ end }} |