This repository has been archived by the owner on Jul 21, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensures speaker's multiple talks in a single event display
The performance improvement in #644 to the speaker page implicitly (and incorrectly) assumes that a speaker will give a single talk per event. Rather than using .GetPage which can return only a single page, we can change the original call to .Site.Pages and get the correct behavior with at least some of the performance improvement. This could be further improved if the program YAML included the event name, or if Hugo supported a "contains" or "startswith" operator in the where function. Fixes #643 (comment) Replaces devopsdays-web f944fea71d071b959f715e9cdcb0ebb00f52c978
- Loading branch information