git: c2fb54e693 - main - Restore the OpenSearch URL for ports
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=c2fb54e693935407cca3e34f0a2a197927d45a2f commit c2fb54e693935407cca3e34f0a2a197927d45a2f Author: Wolfram Schneider <[email protected]> AuthorDate: 2021-06-01 19:42:52 +0000 Commit: Wolfram Schneider <[email protected]> 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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"