Stop using images and use HTML/CSS to render stacks
This commit is contained in:
2
layouts/shortcodes/stack_css.html
Normal file
2
layouts/shortcodes/stack_css.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{{ $style := resources.Get "scss/stack.scss" | resources.ToCSS | resources.Minify }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
Reference in New Issue
Block a user