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/irc.md | |
| parent | ef1b2105e344e201e3f92ebece9d28efd58dbcac (diff) | |
begin rehighlighting of custom info in templates
Diffstat (limited to 'content/irc.md')
| -rw-r--r-- | content/irc.md | 4 |
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} |
