mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-22 16:44:26 -04:00
re-organize a bunch of partials
This commit is contained in:
2
layouts/partials/head/styles.html
Normal file
2
layouts/partials/head/styles.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{{ $style := resources.Get "sass/main.scss" | resources.ToCSS (dict "targetPath" "style.css") | resources.PostCSS (dict "config" "postcss.config.js") }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
Reference in New Issue
Block a user