diff --git a/README.md b/README.md
index 5088fb22d..dcbac0c8c 100755
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ If you encounter a bug, try the steps [here](https://github.com/ccd0/4chan-x/blo
## More information
- [Changelog](https://github.com/ccd0/4chan-x/blob/master/CHANGELOG.md)
- [Frequently Asked Questions](https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions)
+- [Privacy](https://github.com/ccd0/4chan-x/wiki/Privacy)
- [Report Bugs](https://gitreports.com/issue/ccd0/4chan-x)
- [Contributing](https://github.com/ccd0/4chan-x/blob/master/CONTRIBUTING.md)
diff --git a/template.jst b/template.jst
index 93797d188..1cfc98682 100644
--- a/template.jst
+++ b/template.jst
@@ -12,6 +12,7 @@
Source Code
Changelog
FAQ
+Privacy
Report Bugs
diff --git a/web.css b/web.css
index 146c5b260..bb0a3cb4e 100644
--- a/web.css
+++ b/web.css
@@ -20,7 +20,7 @@ h1 {
#links > a {
display: table-cell;
vertical-align: middle;
- width: 25%;
+ width: 20%;
color: #000;
text-decoration: none;
}