From e3b7536c1ced44742908df659b9185ae4da69aee Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 11 Dec 2018 16:12:55 +0100
Subject: [PATCH] Do not abuse smileys

---
 views/index.pug | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/views/index.pug b/views/index.pug
index ba5393cc..188ec9ca 100644
--- a/views/index.pug
+++ b/views/index.pug
@@ -22,8 +22,8 @@ block content
 								| On a variant page, read the rules by clicking on the title
 								| "&lt;Variant&gt; rules". 
 							span.conditional-jump
-								| Try playing against a human: click the leftmost "new game" button :) 
-							| ...then, while waiting you can play against a (rather weak) bot
+								| Try playing against a human: click the leftmost "new game" button. 
+							| ...Then, while waiting you can play against a (rather weak) bot
 							| or a friend.
 						// TODO? On the index page, try typing the first letters of a variant.
 						h3.blue.section Comments
@@ -86,8 +86,8 @@ block content
 							p.emphasis OK, this all sounds interesting, but why would that be fun?
 							p.
 								Because all games here start with a random setup: no more boring
-								openings memorization, you have to rely on your chess skills only :)
-							p Moreover, I claim that the chosen variants here are fun to play :P
+								openings memorization, you have to rely on your chess skills only.
+							p Moreover, I claim that the chosen variants here are fun to play :)
 							-
 								var wikipediaUrl = "https://en.wikipedia.org/wiki/" +
 									"List_of_chess_variants#/media/File:Hexagonal_chess.svg";
-- 
2.44.0