Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2021 11:19:36 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: a1e4faab2c - main - Point FreeBSD main logo to the website
Message-ID:  <202112291119.1BTBJagl041751@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=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" />



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112291119.1BTBJagl041751>