aboutsummaryrefslogtreecommitdiff
path: root/website/themes/beastie/layouts/partials/site-head.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/themes/beastie/layouts/partials/site-head.html')
-rw-r--r--website/themes/beastie/layouts/partials/site-head.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/website/themes/beastie/layouts/partials/site-head.html b/website/themes/beastie/layouts/partials/site-head.html
index 593b8c03b0..51937cce07 100644
--- a/website/themes/beastie/layouts/partials/site-head.html
+++ b/website/themes/beastie/layouts/partials/site-head.html
@@ -3,7 +3,7 @@
<meta name="description" content="FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." />
<meta name="keywords" content="FreeBSD, BSD, UNIX, open source" />
- <meta name="copyright" content="1995-2021 The FreeBSD Foundation">
+ <meta name="copyright" content="1995-{{ now.Format "2006" }} The FreeBSD Foundation" />
<title>{{ with .Params.Title }}{{ . }} | {{ end }} {{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
@@ -11,11 +11,10 @@
<link rel="stylesheet" href="{{ absLangURL ($.Site.BaseURL) }}css/fixed.css">
- <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/man.xml" title="FreeBSD Manual 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">
+ <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/man.xml" title="FreeBSD Man">
+ <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/man-freebsd-release-ports.xml" title="FreeBSD Man+P">
+ <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/ports.xml" title="FreeBSD Ports">
+ <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/message-id.xml" title="FreeBSD M-ID">
<!-- SEO -->
<meta name="twitter:card" content="summary_large_image"/>
@@ -30,5 +29,4 @@
<meta property="og:site_name" content="{{ .Site.Title }}" />
<!-- END SEO -->
- <script src="{{ absLangURL ($.Site.BaseURL) }}js/google.js"></script>
</head>