mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 22:46:16 -04:00
Rebase and fix code displays
This commit is contained in:
parent
14e9b01bf4
commit
7cba863d53
11 changed files with 41 additions and 117 deletions
|
@ -1,9 +1,3 @@
|
|||
<script>
|
||||
ready(() => {
|
||||
window.$_('.ex-json-automate-certs pre.chroma').classList.add('light');
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="ex-json-automate-certs">
|
||||
|
||||
```json
|
||||
|
@ -23,3 +17,6 @@ ready(() => {
|
|||
```
|
||||
|
||||
</div>
|
||||
<script>
|
||||
window.$_('.ex-json-automate-certs code').classList.add('light');
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue