summaryrefslogtreecommitdiff
path: root/content/i2p.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-08-07 14:38:49 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-08-07 14:38:49 -0400
commit79404c875dbf20ba783c72b31111c6e2228d28a2 (patch)
tree1a80d0322bf9f81cf26da2204d95c98db854d93b /content/i2p.md
parentef1b2105e344e201e3f92ebece9d28efd58dbcac (diff)
begin rehighlighting of custom info in templates
Diffstat (limited to 'content/i2p.md')
-rw-r--r--content/i2p.md2
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 ;
}
```