Skip to content

Commit 25c7aa7

Browse files
authored
Merge pull request #1012 from cmu-delphi/fix-deprecated-warning
Fixed 'Deprecated Warning'
2 parents bad57df + b479b37 commit 25c7aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/delphi/layouts/partials/head/meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
1818
{{ end }}
1919

20-
{{- if not .Site.IsServer -}}
20+
{{- if not hugo.IsServer -}}
2121
{{ template "_internal/google_analytics.html" . }}
2222
{{- end -}}

0 commit comments

Comments
 (0)