Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2021 19:43:14 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: c2fb54e693 - main - Restore the OpenSearch URL for ports
Message-ID:  <202106011943.151JhEoK090934@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=c2fb54e693935407cca3e34f0a2a197927d45a2f

commit c2fb54e693935407cca3e34f0a2a197927d45a2f
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2021-06-01 19:42:52 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2021-06-01 19:42:52 +0000

    Restore the OpenSearch URL for ports
    
    PR:             256350
---
 website/themes/beastie/layouts/partials/site-head.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/themes/beastie/layouts/partials/site-head.html b/website/themes/beastie/layouts/partials/site-head.html
index c91c8bee11..11f858b53d 100644
--- a/website/themes/beastie/layouts/partials/site-head.html
+++ b/website/themes/beastie/layouts/partials/site-head.html
@@ -13,6 +13,7 @@
 
   <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/man.xml" title="FreeBSD Man Pages">
   <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/man-freebsd-release-ports.xml" title="FreeBSD + Ports Manual Pages">
+  <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/ports.xml" title="FreeBSD Ports and Packages Collection">
   <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/message-id.xml" title="FreeBSD Mailing List Message-ID Search">
   <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/markmail.xml" title="FreeBSD Mailing List Search by MarkMail">
 </head>



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