pidgin/nest

Update stuff to work with newer hugo

2022-04-28, Gary Kramlich
eb368a232072
Update stuff to work with newer hugo

Testing Done:
Ran via `./dev-server.sh` and `npm run hugo:server` both of which were previously failing on `hugo v0.96.0+extended linux/amd64 BuildDate=unknown VendorInfo=debian:0.96.0-1`

Reviewed at https://reviews.imfreedom.org/r/1400/
env:
browser: true
es6: true
node: true
extends: 'eslint:recommended'
globals:
Atomics: readonly
SharedArrayBuffer: readonly
parserOptions:
ecmaVersion: 2018
sourceType: module
rules: {}