Skip to content

Commit

Permalink
fix: remove unsupported meta tag
Browse files Browse the repository at this point in the history
see #175
  • Loading branch information
davidsneighbour committed Jul 17, 2023
1 parent 2d57b90 commit cd9906c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/head/layouts/partials/head/speed-optimisation.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<meta http-equiv="x-dns-prefetch-control" content="{{- site.Params.dnb.head.speedoptimisation.control | default "on" -}}">
{{- with site.Params.dnb.head.speedoptimisation.preconnect -}}
{{- range . -}}
<link rel="preconnect" href="{{- . -}}">
Expand Down

0 comments on commit cd9906c

Please sign in to comment.