added rel="nofollow" to links throughout site

This commit is contained in:
chimchooree
2020-10-04 20:38:13 -05:00
parent fc43c6b711
commit 71e67ed1e6
5 changed files with 22 additions and 22 deletions
+4 -4
View File
@@ -3,22 +3,22 @@
<div class="nav-grid">
<div class="nav-bar"></div>
<div class="nav-index">
<a href="/">
<a href="/" rel="nofollow">
<div class="button">home</div>
</a>
</div>
<div class="nav-game">
<a href="/game">
<a href="/game" rel="nofollow">
<div class="button">game</div>
</a>
</div>
<div class="nav-diary">
<a href="/diary">
<a href="/diary" rel="nofollow">
<div class="button">diary</div>
</a>
</div>
<div class="nav-presskit">
<a href="/presskit">
<a href="/presskit" rel="nofollow">
<div class="button">presskit</div>
</a>
</div>