Skip to content

Commit

Permalink
Fix .htaccess in subdirectories, clear contactlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
villermen committed Jul 4, 2017
1 parent b1281c1 commit 5d69c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/.htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . /index.php [L]
RewriteRule . index.php [L]
2 changes: 1 addition & 1 deletion src/views/pages/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</p>

<!-- Iconset by Dan Leech, https://simpleicons.org/ -->
<div class="contactlinks">
<div class="contactlinks clear">
<a class="contactlink steam" href="http://steamcommunity.com/id/villermen" title="Steam">
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.986 0C3.784 0 .34 3.24.014 7.358L4.302 9.13c.363-.247.802-.393 1.274-.393.042 0 .084.002.126.004L7.61 5.98v-.04c0-1.663 1.352-3.016 3.016-3.016 1.663 0 3.017 1.354 3.017 3.018 0 1.664-1.354 3.017-3.017 3.017h-.07L7.838 10.9c0 .034.003.07.003.106 0 1.25-1.01 2.264-2.26 2.264-1.09 0-2.01-.782-2.22-1.818L.29 10.18C1.24 13.538 4.323 16 7.985 16c4.418 0 8-3.582 8-8s-3.582-8-8-8zm-2.96 12.14l-.982-.407c.175.362.476.666.876.833.865.36 1.862-.05 2.222-.916.175-.42.176-.88.003-1.3-.173-.42-.5-.747-.918-.922-.416-.173-.86-.166-1.252-.02l1.015.42c.638.267.94 1 .673 1.637-.265.638-.998.94-1.636.674zm7.61-6.202c0-1.108-.902-2.01-2.01-2.01-1.11 0-2.01.902-2.01 2.01 0 1.11.9 2.01 2.01 2.01 1.108 0 2.01-.9 2.01-2.01zM9.12 5.935c0-.835.675-1.51 1.51-1.51.833 0 1.51.675 1.51 1.51 0 .834-.677 1.51-1.51 1.51-.835 0-1.51-.676-1.51-1.51z"/></svg>
</a>
Expand Down

0 comments on commit 5d69c78

Please sign in to comment.