mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
committed by
GitHub
parent
7724fa76ac
commit
99427568e9
@@ -63,10 +63,6 @@
|
|||||||
<link rel="stylesheet" href="{{ . | relURL }}" />
|
<link rel="stylesheet" href="{{ . | relURL }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ range .Site.Params.custom_js }}
|
|
||||||
<script src="{{ . | relURL }}"></script>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ range .Site.Params.custom_scss }}
|
{{ range .Site.Params.custom_scss }}
|
||||||
{{/* We don't change the targetPath to because it's transparent to users */}}
|
{{/* We don't change the targetPath to because it's transparent to users */}}
|
||||||
{{ if $.Site.IsServer }}
|
{{ if $.Site.IsServer }}
|
||||||
@@ -106,6 +102,10 @@
|
|||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
{{ range .Site.Params.custom_js }}
|
||||||
|
<script src="{{ . | relURL }}"></script>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
|
|
||||||
{{ if and .Site.Params.fathomAnalytics .Site.Params.fathomAnalytics.siteID }}
|
{{ if and .Site.Params.fathomAnalytics .Site.Params.fathomAnalytics.siteID }}
|
||||||
|
|||||||
Reference in New Issue
Block a user