From 00909de8feea1fad80e965d14a0d87bf452aa8a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20St=C3=B6=C3=9Fer?= Date: Tue, 28 Jan 2020 19:28:31 +0100 Subject: [PATCH] fix: remove paragraph separators There are line and paragraph separators as unicode symbols which are only visible in Chrome on Windows machines and are difficult to detect on other setups. They cause visual inconsistencies and can be safely removed. https://www.fileformat.info/info/unicode/char/2029/index.htm https://stackoverflow.com/questions/39603446/why-is-this-symbol-showing-up-on-chrome-and-not-firefox-or-edge --- src/includes/footer.html | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/includes/footer.html b/src/includes/footer.html index 3bec154..1a8d035 100644 --- a/src/includes/footer.html +++ b/src/includes/footer.html @@ -7,7 +7,7 @@ in partnership with Ardan Labs diff --git a/src/index.html b/src/index.html index af5c650..eb072fe 100644 --- a/src/index.html +++ b/src/index.html @@ -43,7 +43,7 @@ Caddy simplifies your infrastructure. It takes care of TLS certificate renewals, OCSP stapling, static file serving, reverse proxying, Kubernetes ingress, and more.

- 
Its modular architecture means you can do more with a single, static binary that compiles for any platform. + Its modular architecture means you can do more with a single, static binary that compiles for any platform.

Caddy runs great in containers because it has no dependencies—not even libc. Run Caddy practically anywhere.