Skip to content

Commit df1a2f5

Browse files
committed
Update theme to fix hugo breaking changes
1 parent 2d1d0ee commit df1a2f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} {{ end }}
1010
</div>
1111
</footer>
12-
{{ if not .Site.IsServer }}
12+
{{ if not hugo.IsServer }}
1313
{{ template "_internal/google_analytics.html" . }}
1414
{{ end }}
1515

0 commit comments

Comments
 (0)