git: 3b818594dd - main - Fix links under "Events from past years" on https://www.freebsd.org/events/
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Mar 2022 06:43:43 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/doc/commit/?id=3b818594dd6b35443af17068893d5cf1a8b12306 commit 3b818594dd6b35443af17068893d5cf1a8b12306 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2022-03-22 06:43:38 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-03-22 06:43:38 +0000 Fix links under "Events from past years" on https://www.freebsd.org/events/ PR: 262615 --- website/themes/beastie/layouts/events/list.html | 32 +++++++++++------------ website/themes/beastie/layouts/events/single.html | 32 +++++++++++------------ 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/website/themes/beastie/layouts/events/list.html b/website/themes/beastie/layouts/events/list.html index 5d5972eaf0..d39ae45370 100644 --- a/website/themes/beastie/layouts/events/list.html +++ b/website/themes/beastie/layouts/events/list.html @@ -202,52 +202,52 @@ <p>Events from past years:</p> <ul id="events-past-years"> <li> - <a href="../2018">2018</a> + <a href="2018/">2018</a> </li> <li> - <a href="../2017">2017</a> + <a href="2017/">2017</a> </li> <li> - <a href="../2016">2016</a> + <a href="2016/">2016</a> </li> <li> - <a href="../2015">2015</a> + <a href="2015/">2015</a> </li> <li> - <a href="../2014">2014</a> + <a href="2014/">2014</a> </li> <li> - <a href="../2013">2013</a> + <a href="2013/">2013</a> </li> <li> - <a href="../2012">2012</a> + <a href="2012/">2012</a> </li> <li> - <a href="../2011">2011</a> + <a href="2011/">2011</a> </li> <li> - <a href="../2010">2010</a> + <a href="2010/">2010</a> </li> <li> - <a href="../2009">2009</a> + <a href="2009/">2009</a> </li> <li> - <a href="../2008">2008</a> + <a href="2008/">2008</a> </li> <li> - <a href="../2007">2007</a> + <a href="2007/">2007</a> </li> <li> - <a href="../2006">2006</a> + <a href="2006/">2006</a> </li> <li> - <a href="../2005">2005</a> + <a href="2005/">2005</a> </li> <li> - <a href="../2004">2004</a> + <a href="2004/">2004</a> </li> <li> - <a href="../2003">2003</a> + <a href="2003/">2003</a> </li> </ul> </div> diff --git a/website/themes/beastie/layouts/events/single.html b/website/themes/beastie/layouts/events/single.html index 5d5972eaf0..d39ae45370 100644 --- a/website/themes/beastie/layouts/events/single.html +++ b/website/themes/beastie/layouts/events/single.html @@ -202,52 +202,52 @@ <p>Events from past years:</p> <ul id="events-past-years"> <li> - <a href="../2018">2018</a> + <a href="2018/">2018</a> </li> <li> - <a href="../2017">2017</a> + <a href="2017/">2017</a> </li> <li> - <a href="../2016">2016</a> + <a href="2016/">2016</a> </li> <li> - <a href="../2015">2015</a> + <a href="2015/">2015</a> </li> <li> - <a href="../2014">2014</a> + <a href="2014/">2014</a> </li> <li> - <a href="../2013">2013</a> + <a href="2013/">2013</a> </li> <li> - <a href="../2012">2012</a> + <a href="2012/">2012</a> </li> <li> - <a href="../2011">2011</a> + <a href="2011/">2011</a> </li> <li> - <a href="../2010">2010</a> + <a href="2010/">2010</a> </li> <li> - <a href="../2009">2009</a> + <a href="2009/">2009</a> </li> <li> - <a href="../2008">2008</a> + <a href="2008/">2008</a> </li> <li> - <a href="../2007">2007</a> + <a href="2007/">2007</a> </li> <li> - <a href="../2006">2006</a> + <a href="2006/">2006</a> </li> <li> - <a href="../2005">2005</a> + <a href="2005/">2005</a> </li> <li> - <a href="../2004">2004</a> + <a href="2004/">2004</a> </li> <li> - <a href="../2003">2003</a> + <a href="2003/">2003</a> </li> </ul> </div>