Date: Sun, 24 Jul 2022 14:05:23 GMT From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 863d1c6a6c - main - Delete 25th anniversary image from FreeBSD website Message-ID: <202207241405.26OE5Ns6085241@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=863d1c6a6c882bde09c99cc4095350eb1d23b77f commit 863d1c6a6c882bde09c99cc4095350eb1d23b77f Author: Minsoo Choo <fel1x.mintchoco.development@gmail.com> AuthorDate: 2022-07-24 14:02:57 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-07-24 14:04:53 +0000 Delete 25th anniversary image from FreeBSD website Next year 2023 will be the 30th anniversary. It's a good time to remove the 25th anniversary image. PR: 261058 Differential Revision: https://reviews.freebsd.org/D34410 --- website/themes/beastie/layouts/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/themes/beastie/layouts/index.html b/website/themes/beastie/layouts/index.html index 46f4501ec3..ed7e53920a 100755 --- a/website/themes/beastie/layouts/index.html +++ b/website/themes/beastie/layouts/index.html @@ -127,9 +127,6 @@ </div> </div> </div> - <div class="frontfeaturecontent"> - <img src="{{ absLangURL ($.Site.BaseURL) }}images/25thanniversary.png" style="margin-top: 5px;" alt={{ i18n "25th-logo" }} width="167" height="88" /> - </div> </div> </div> {{ $language := "" }}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207241405.26OE5Ns6085241>
