forrtproject / forrtproject.github.io

FORRT Website
https://forrt.org
Other
28 stars 16 forks source link

Fix deprecated authors param #94

Closed SamGuay closed 3 months ago

SamGuay commented 3 months ago

This is a quick patch for the error

ERROR Could not find an author page at /authors/authors. Please check the value of author in your About widget and create an associated author page if one does not already exist. See https://sourcethemes.com/academic/docs/page-builder/#about

This is caused by newer HUGO version that has authors as param being deprecated. (See https://github.com/gohugoio/hugo/issues/10551#issuecomment-1358107638 for a discussion).

There should be no undesirable effects as we are not using the authors/ list section page at all.

Thanks @flavioazevedo for help!