From owner-dev-commits-doc-all@freebsd.org Mon Feb 8 22:10:58 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A5E97543C92 for ; Mon, 8 Feb 2021 22:10:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZKwf4Lswz3D7L; Mon, 8 Feb 2021 22:10:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88A6B1F170; Mon, 8 Feb 2021 22:10:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 118MAwG5098681; Mon, 8 Feb 2021 22:10:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 118MAwar098680; Mon, 8 Feb 2021 22:10:58 GMT (envelope-from git) Date: Mon, 8 Feb 2021 22:10:58 GMT Message-Id: <202102082210.118MAwar098680@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Sergio Carlavilla Delgado Subject: git: feb1f7a97c - main - Remove unused partial, correct year copyright and remove space MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: carlavilla X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: feb1f7a97ca43e2b557573d90e2d144d0133a5be Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2021 22:10:58 -0000 The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=feb1f7a97ca43e2b557573d90e2d144d0133a5be commit feb1f7a97ca43e2b557573d90e2d144d0133a5be Author: Sergio Carlavilla Delgado AuthorDate: 2021-02-08 22:09:19 +0000 Commit: Sergio Carlavilla Delgado CommitDate: 2021-02-08 22:09:19 +0000 Remove unused partial, correct year copyright and remove space The sidenav partial it's not used in the documentation project. Update copyright in header Remove space in site-navigation partial --- .../themes/beastie/layouts/partials/sidenav.html | 158 --------------------- .../themes/beastie/layouts/partials/site-head.html | 2 +- .../beastie/layouts/partials/site-navigation.html | 1 - 3 files changed, 1 insertion(+), 160 deletions(-) diff --git a/documentation/themes/beastie/layouts/partials/sidenav.html b/documentation/themes/beastie/layouts/partials/sidenav.html deleted file mode 100644 index b283da1372..0000000000 --- a/documentation/themes/beastie/layouts/partials/sidenav.html +++ /dev/null @@ -1,158 +0,0 @@ -{{ if eq .sidenavType "about" }} - -{{ else if eq .sidenavType "community" }} - -{{ else if eq .sidenavType "developers" }} - -{{ else if eq .sidenavType "docs" }} - -{{ else if eq .sidenavType "download" }} - -{{ else if eq .sidenavType "gnome" }} - -{{ else if eq .sidenavType "ports" }} - -{{ else if eq .sidenavType "support" }} - -{{ else }} - -{{ end }} diff --git a/documentation/themes/beastie/layouts/partials/site-head.html b/documentation/themes/beastie/layouts/partials/site-head.html index a50ac5cdcc..489f8114fc 100644 --- a/documentation/themes/beastie/layouts/partials/site-head.html +++ b/documentation/themes/beastie/layouts/partials/site-head.html @@ -3,7 +3,7 @@ - + {{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }} diff --git a/documentation/themes/beastie/layouts/partials/site-navigation.html b/documentation/themes/beastie/layouts/partials/site-navigation.html index 08d1db8a41..15ad25466e 100644 --- a/documentation/themes/beastie/layouts/partials/site-navigation.html +++ b/documentation/themes/beastie/layouts/partials/site-navigation.html @@ -11,7 +11,6 @@ {{ if ne $currentLang "en" }} {{ $language = $currentLang }} {{ end }} -
  • {{ i18n "about" }}