summaryrefslogtreecommitdiff
path: root/content/calibre.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/calibre.md
parentef1b2105e344e201e3f92ebece9d28efd58dbcac (diff)
begin rehighlighting of custom info in templates
Diffstat (limited to 'content/calibre.md')
-rw-r--r--content/calibre.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/calibre.md b/content/calibre.md
index 3e82b62..9768acf 100644
--- a/content/calibre.md
+++ b/content/calibre.md
@@ -27,7 +27,7 @@ Either upload your existing library using `rsync`. For example to
```sh
cd ~/Documents
-rsync -avuP your-library-dir root@example.org:/opt/calibre/
+rsync -avuP your-library-dir root@{{<hl>}}example.org{{</hl>}}:/opt/calibre/
```
Or create a library and add a book to it:
@@ -86,7 +86,7 @@ following:
server {
listen 80;
client_max_body_size 64M; # to upload large books
- server_name calibre.example.org ;
+ server_name {{<hl>}}calibre.example.org{{</hl>}} ;
location / {
proxy_pass http://127.0.0.1:8080;