diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-04-18 22:37:56 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-18 22:37:56 -0400 |
commit | b5f79d5e776527a7c5a0353e6ef90817b34601b0 (patch) | |
tree | 5c28609adf31acae7c5af804eb98b5aeb1731a9f /docs/_layouts | |
parent | 57cf0759c0b3096daeda3d39e1184a374bfe2b0b (diff) | |
download | kutter-b5f79d5e776527a7c5a0353e6ef90817b34601b0.tar.gz kutter-b5f79d5e776527a7c5a0353e6ef90817b34601b0.tar.xz kutter-b5f79d5e776527a7c5a0353e6ef90817b34601b0.zip |
docs: Simplify main html page now that there is a logo
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/_layouts')
-rw-r--r-- | docs/_layouts/home.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index fe77b462..6f213fd0 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -2,8 +2,6 @@ # This file defines the main https://www.klipper3d.org/ page. layout: default --- -<p class="text-center">Welcome to the Klipper project!</p> - <p class="text-center"><img src="img/klipper-logo.png"/></p> <p>Klipper is a 3d-Printer firmware. It combines the power of a general |