mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
add ids to some sections on features page (#371)
There's a need to link to the "Automatic HTTPS" and "ACME" sections. I've added an "id" attribute so we can link by fragment.
This commit is contained in:
parent
062349487d
commit
3b3c753162
1 changed files with 2 additions and 2 deletions
|
@ -439,7 +439,7 @@
|
|||
|
||||
<section class="diagonal up dark feature">
|
||||
<div class="wrapper">
|
||||
<h2>
|
||||
<h2 id="automatic-https">
|
||||
Automatic HTTPS
|
||||
</h2>
|
||||
<p>
|
||||
|
@ -589,7 +589,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h3 class="purple">ACME</h3>
|
||||
<h3 class="purple" id="automatic-https-acme">ACME</h3>
|
||||
|
||||
<p>
|
||||
Caddy's ACME client is best-in-class, with higher reliability and more production experience than any other integrated ACME client available today. Caddy has been using ACME since before the public availability of Let's Encrypt, and Caddy works with any ACME-compatible CA.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue