Skip to content
Snippets Groups Projects
Commit 05603c84 authored by alexisben's avatar alexisben
Browse files

enable css style for print

parent 5e98ad95
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@
{{ if hugo.IsProduction }}
{{- $styles = resources.Get "sass/main.sass" | toCSS $cssOpts | postCSS | minify | fingerprint -}}
{{ end }}
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}" media="screen">
\ No newline at end of file
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}">
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment