diff options
author | Tobias Bernard <tbernard@gnome.org> | 2019-12-11 17:01:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-12-11 17:04:20 +0100 |
commit | b41a3f66c97e3d861faed04b727daf929383b827 (patch) | |
tree | 34c10f34c0c1a91673623c07153701918bfe80a1 /docs/RELEASE.md | |
parent | Merge pull request #14303 from yuwata/tc-use-typesafe-functions (diff) | |
download | systemd-b41a3f66c97e3d861faed04b727daf929383b827.tar.xz systemd-b41a3f66c97e3d861faed04b727daf929383b827.zip |
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
Diffstat (limited to 'docs/RELEASE.md')
-rw-r--r-- | docs/RELEASE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 3cb79fd182..b56635a211 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,6 +1,7 @@ --- title: Steps to a Successful Release category: Contributing +layout: default --- # Steps to a Successful Release |