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
This commit is contained in:
Joda Stößer 2020-01-28 19:28:31 +01:00
parent cfd38d3dd1
commit 00909de8fe
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
in partnership with <a href="https://www.ardanlabs.com/">Ardan Labs</a> in partnership with <a href="https://www.ardanlabs.com/">Ardan Labs</a>
</div> </div>
<div class="copyright"> <div class="copyright">
&copy; 2015-2019 Light Code Labs. All rights reserved. &copy; 2015-2019 Light Code Labs. All rights reserved.
<br> <br>
Caddy&reg; is a registered trademark of Light Code Labs, LLC. Caddy&reg; is a registered trademark of Light Code Labs, LLC.
</div> </div>

View file

@ -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. Caddy simplifies your infrastructure. It takes care of TLS certificate renewals, OCSP stapling, static file serving, reverse proxying, Kubernetes ingress, and more.
</p> </p>
<p> <p>
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.
</p> </p>
<p> <p>
Caddy runs great in containers because it has no dependencies&mdash;not even libc. Run Caddy practically anywhere. Caddy runs great in containers because it has no dependencies&mdash;not even libc. Run Caddy practically anywhere.