summaryrefslogtreecommitdiff
path: root/content/irc.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/irc.md
parentef1b2105e344e201e3f92ebece9d28efd58dbcac (diff)
begin rehighlighting of custom info in templates
Diffstat (limited to 'content/irc.md')
-rw-r--r--content/irc.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/irc.md b/content/irc.md
index d07345f..4e0b8a2 100644
--- a/content/irc.md
+++ b/content/irc.md
@@ -147,7 +147,7 @@ Change the server name to your server\'s domain name.
# server configuration
server:
# server name
- name: "example.org"
+ name: "{{<hl>}}example.org{{</hl>}}"
```
### Network password {#configuring-password}
@@ -172,7 +172,7 @@ the `#` before the `password:` line):
```yaml
# password to login to the server, generated using `ergo genpasswd`:
-password: "<your hashed password>"
+password: "{{<hl>}}your hashed password{{</hl>}}"
```
### Message of the day (MotD) {#configuring-motd}