mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-12-22 08:35:58 +00:00
chg: [theme] les brols de Google c'est terminé
This commit is contained in:
parent
d192266f55
commit
59a959fe7f
2 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<!-- Load Shared SCSS -->
|
||||
{{- $sharedSCSS := resources.Get "scss/styles.scss" -}}
|
||||
{{- $sharedSCSS := $sharedSCSS | resources.ToCSS (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
|
||||
{{- $sharedSCSS := $sharedSCSS | css.Sass (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
|
||||
<style type="text/css" media="all">{{ $sharedSCSS.Content | safeCSS }}</style>
|
||||
|
||||
<!-- Load Shared JS -->
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
{{ if .Site.GoogleAnalytics }}
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
{{ template "_internal/schema.html" . }}
|
||||
|
|
Loading…
Reference in a new issue