parsiya / Hugo-Octopress

Port of the classic Octopress theme to Hugo
MIT License
155 stars 52 forks source link

Replace "isset" with "with" #35

Closed parsiya closed 7 years ago

parsiya commented 7 years ago

It seems like config file variables are now stored in lower case.

See link from pull request.

Replace all "isset" with "with" per bep's suggestion.

{{ with .Site.Params.fooBar }}
{{ . }}
{{ end }}