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/irc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/irc.md') 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: "{{}}example.org{{}}" ``` ### 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: "" +password: "{{}}your hashed password{{}}" ``` ### Message of the day (MotD) {#configuring-motd} -- cgit v1.2.3