nusserstudios / tailbliss

TailBliss is a Hugo Starter theme built on TailwindCSS 3, and Alpine.JS.
https://tailbliss.netlify.app/
Apache License 2.0
314 stars 146 forks source link

Fix WARN deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 #186

Closed ulikoehler closed 3 months ago

ulikoehler commented 4 months ago

Fixes

WARN  deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be removed in a future release. Use hugo.IsServer instead.

by just replacing .Site.IsServer => hugo.IsServer