diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-28 22:51:10 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-28 22:51:10 +0000 |
| commit | 00dba8a3da498d235e092f1c70d77f2642bde33e (patch) | |
| tree | 179e526f6b8bc0e833e93e792b1461fc4f890ee4 | |
| parent | 1df66f5664a5d07e281bce6ef96dd442c0bb8a22 (diff) | |
| download | pokeworld-website-00dba8a3da498d235e092f1c70d77f2642bde33e.tar.gz pokeworld-website-00dba8a3da498d235e092f1c70d77f2642bde33e.tar.bz2 pokeworld-website-00dba8a3da498d235e092f1c70d77f2642bde33e.zip | |
Fixes rules
| -rw-r--r-- | _config.yml | 2 | ||||
| -rw-r--r-- | _pages/rules.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index db1e2d1..bd331b7 100644 --- a/_config.yml +++ b/_config.yml @@ -287,7 +287,7 @@ defaults: type: posts values: layout: single - author_profile: true + author_profile: false read_time: true comments: # true share: true diff --git a/_pages/rules.html b/_pages/rules.html index 9a314bd..83c5899 100644 --- a/_pages/rules.html +++ b/_pages/rules.html @@ -11,7 +11,7 @@ permalink: /rules <p>No spamming<br>Do not abuse bugs in the bots.<br>Respect others</p> <h3>Tier 2 offenses</h3> <p><b>These can result in a warning, or kick. This depends on severity.</b></p> - <p>No racial slurs<br>No excessive swearing, even in #train<br>Respect the community moderators and administrators</p> + <p>No racial slurs<br>No excessive swearing<br>Respect the community moderators and administrators</p> <h3>Tier 3 offenses</h3> <p><b>These will result on a kick or ban, depending on the severity</b></p> <p>No NSFW content.<br>No excessive spam in #general or #bot<br>Raids are prohibited.</p> |
