Skip to content

Commit

Permalink
Fix status page home link to work with sites running in subdirectories (
Browse files Browse the repository at this point in the history
PokemonGoF#1265)

Like PokemonGoF#1019, but for the status page. Also fixed a Pokétypo.
  • Loading branch information
jaquer authored and FrostTheFox committed Sep 11, 2016
1 parent f8355e9 commit f45e88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pokemon Go Map - Status</title>
<title>Pokémon Go Map - Status</title>

<!-- Fav- & Apple-Touch-Icons -->
<!-- Favicon -->
Expand Down Expand Up @@ -35,7 +35,7 @@
<!-- Header -->
<header id="header">
<a href="#nav"><span class="label">Options</span></a>
<h1><a href="..">Pokémon Go Map</a></h1>
<h1><a href="./">Pokémon Go Map</a></h1>
</header>
<nav id="nav">
<div id="nav-accordion">
Expand Down

0 comments on commit f45e88b

Please sign in to comment.