git: a1e4faab2c - main - Point FreeBSD main logo to the website
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Dec 2021 11:19:36 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=a1e4faab2c774757db5202f0801146f0bf5a9148 commit a1e4faab2c774757db5202f0801146f0bf5a9148 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2021-12-29 11:18:41 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2021-12-29 11:18:41 +0000 Point FreeBSD main logo to the website PR: 260721 Submitted by: Graham Perrin <grahamperrin (AT) gmail.com> --- documentation/themes/beastie/layouts/partials/site-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/themes/beastie/layouts/partials/site-header.html b/documentation/themes/beastie/layouts/partials/site-header.html index ab3bec914e..5e6af7604a 100755 --- a/documentation/themes/beastie/layouts/partials/site-header.html +++ b/documentation/themes/beastie/layouts/partials/site-header.html @@ -1,6 +1,6 @@ <header> <nav> - <a href="{{ .Site.BaseURL | relLangURL }}" class="logo"> + <a href="{{ $.Site.Params.websiteURL }}" class="logo"> <img src="{{ absLangURL ($.Site.BaseURL) }}images/freebsd-logo.svg" width="160" height="50" alt="FreeBSD logo" /> </a> <input class="menu-btn" type="checkbox" id="menu-btn" />