diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 2021-06-01 19:42:52 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 2021-06-01 19:42:52 +0000 |
| commit | c2fb54e693935407cca3e34f0a2a197927d45a2f (patch) | |
| tree | 8ec79a8dad49d86d9718fe549c6c915d45ed2f0e | |
| parent | 63a97bf0b02fcad83a05d8d5a7ccd4540f089fb9 (diff) | |
| download | doc-c2fb54e693935407cca3e34f0a2a197927d45a2f.tar.gz doc-c2fb54e693935407cca3e34f0a2a197927d45a2f.zip | |
Restore the OpenSearch URL for ports
PR: 256350
| -rw-r--r-- | website/themes/beastie/layouts/partials/site-head.html | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
