From 4097b331c892723ea5a68e6d56325471b6b8f07b Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 2 Jan 2022 05:33:38 +0400 Subject: [PATCH] Fixed ampersand in title of an article. --- homepage/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/index.js b/homepage/index.js index 9f4f598..bcc73b4 100644 --- a/homepage/index.js +++ b/homepage/index.js @@ -27,7 +27,7 @@ const articles_meta = { description: "Article on creating your own mail server using Postfix and Dovecot." }, "nginx_recipes_and_tips": { - title: "NGiNX's recipes & tips", + title: "NGiNX's recipes & tips", description: "Article on tips and recipes for NGiNX webserver." }, };