okkur / syna

Highly customizable open source theme for Hugo based static websites
https://syna.okkur.org/demo/
Apache License 2.0
251 stars 133 forks source link

Restore compatibility with Hugo v0.92.2 #869

Closed abrain closed 2 years ago

abrain commented 2 years ago

What this PR does / why we need it: This PR replaces the use of the ne template function with only one argument with an equivalent not. Hugo enforces this as of v0.92.2, which currently breaks the build of a Syna-based site on the latest versions.

fixes #868

Special notes for your reviewer: All the other uses of ne comparisons I could find, did correctly use 2 arguments.

Release note:

Restore compatibility with Hugo v0.92.2