From 79404c875dbf20ba783c72b31111c6e2228d28a2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 7 Aug 2022 14:38:49 -0400 Subject: begin rehighlighting of custom info in templates --- content/calibre.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/calibre.md') 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@{{}}example.org{{}}:/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 {{}}calibre.example.org{{}} ; location / { proxy_pass http://127.0.0.1:8080; -- cgit v1.2.3