diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-08-07 14:38:49 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-08-07 14:38:49 -0400 |
| commit | 79404c875dbf20ba783c72b31111c6e2228d28a2 (patch) | |
| tree | 1a80d0322bf9f81cf26da2204d95c98db854d93b /content/i2p.md | |
| parent | ef1b2105e344e201e3f92ebece9d28efd58dbcac (diff) | |
begin rehighlighting of custom info in templates
Diffstat (limited to 'content/i2p.md')
| -rw-r--r-- | content/i2p.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/i2p.md b/content/i2p.md index fec9d8c..d0b2edb 100644 --- a/content/i2p.md +++ b/content/i2p.md @@ -73,7 +73,7 @@ code. Instead, paste this: ```nginx server { listen 127.0.0.1:8080 ; - root /var/www/example ; + root /var/www/{{<hl>}}example{{</hl>}} ; index index.html ; } ``` |
