git: 863d1c6a6c - main - Delete 25th anniversary image from FreeBSD website
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=863d1c6a6c882bde09c99cc4095350eb1d23b77f commit 863d1c6a6c882bde09c99cc4095350eb1d23b77f Author: Minsoo Choo <[email protected]> AuthorDate: 2022-07-24 14:02:57 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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 := "" }}