Skip to content

Commit

Permalink
Merge branch 'main' into xmr/preconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Mar 30, 2024
2 parents a9b88bc + 7bd4460 commit f0cccc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
</div>

{{ partial "footer" . }}
{{ partial "scripts" . }}
</body>
</html>
1 change: 1 addition & 0 deletions src/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
{{ partial "stylesheet" . -}}
{{ partial "favicons" . -}}
{{ partial "social" . -}}
{{ partial "scripts" . -}}
{{- if hugo.IsProduction }}
{{ partial "analytics" . -}}
{{- end }}

0 comments on commit f0cccc8

Please sign in to comment.