Logo
Explore Help
Sign In
dasharo/systemd
0
0
Fork 0
You've already forked systemd
mirror of https://github.com/Dasharo/systemd.git synced 2026-03-06 15:02:31 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
e8a587dca23ede1727df74b50ce5e445fabeae7b
systemd/docs/_layouts/default.html

21 lines
265 B
HTML
Raw Normal View History

docs: make it pretty Add custom Jekyll theme, logo, webfont and .gitignore FIXME: the markdown files have some H1 headers which need to be replaced with H2
2019-12-11 17:01:46 +01:00
<!DOCTYPE html>
docs: mark spdx headers with the default license to website files Those were added in b41a3f66c97e3d861faed04b727daf929383b827 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.
2021-10-18 08:56:45 +02:00
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
docs: adapt forward layout to systemd.io design
2022-05-21 13:08:19 +02:00
<html lang="en">
docs: make it pretty Add custom Jekyll theme, logo, webfont and .gitignore FIXME: the markdown files have some H1 headers which need to be replaced with H2
2019-12-11 17:01:46 +01:00
{% include head.html %}
<body>
{% include header.html %}
<div class="container">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>
Reference in New Issue Copy Permalink
Powered by Gitea Page: 232ms Template: 10ms
English
English
Licenses API