| Summary: | At events/2020/, events/2019/ …: links to archived years are broken | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Graham Perrin <grahamperrin> |
| Component: | Website | Assignee: | Sergio Carlavilla Delgado <carlavilla> |
| Status: | Closed FIXED | ||
| Severity: | Affects Many People | CC: | carlavilla, doc, minsoochoo0122 |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://github.com/freebsd/freebsd-doc/tree/main/website/content/en/events | ||
|
Description
Graham Perrin
2022-12-19 15:47:28 UTC
At the main events page <https://www.freebsd.org/events/>, the list of years appears to be OK ☑ Re: comment #0 Where each page says: > Events from past years: – instead: > Archives Then, it'll be less peculiar when reading down (for example) the 2019 page in reverse chronological order: October 2019 … June 2019 … February 2019 … 2020 … 2019 … I'll fix this, then someone else might like to fix the links. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=ac7ffa80b9bc89ff85b79636ff826b7770c270f8 commit ac7ffa80b9bc89ff85b79636ff826b7770c270f8 Author: Minsoo Choo <minsoochoo0122@proton.me> AuthorDate: 2023-11-25 10:36:16 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-11-25 10:36:16 +0000 Website - Events: Fix broken links to past events PR: 268468 Differential Revision: https://reviews.freebsd.org/D42757 website/themes/beastie/layouts/events/list.html | 36 +++++++++++------------ website/themes/beastie/layouts/events/single.html | 36 +++++++++++------------ 2 files changed, 36 insertions(+), 36 deletions(-) Fixed. Thanks! |