mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
bcce9a609a
Those were added in b41a3f66c9
without
an explicit license, so they are under the default license. Some files
already got a header previously, so this only touches the remaining.
The same should be done for docs/_data/extra_pages.json, but it's json, and
json doesn't allow comments.
19 lines
826 B
HTML
19 lines
826 B
HTML
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="theme-color" content="#0021D8">
|
|
|
|
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
|
|
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
|
|
|
|
<link rel="stylesheet" href="{{ "/style.css" | prepend: site.baseurl }}">
|
|
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
<link rel="icon" sizes="144x144" href="apple-touch-icon.png">
|
|
</head>
|