summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-10-27 19:03:41 -0400
committerSquibid <me@zacharyscheiman.com>2023-10-27 19:03:41 -0400
commit2d90cc615120fcc892c1b22a2d00578b1c486c72 (patch)
treee2313750c3d26d78cac3dd4d343755486cc74099
parentb3e082ac55846318dfd3d611c14a3b94a252f72e (diff)
downloadsite-2d90cc615120fcc892c1b22a2d00578b1c486c72.tar.gz
site-2d90cc615120fcc892c1b22a2d00578b1c486c72.tar.bz2
site-2d90cc615120fcc892c1b22a2d00578b1c486c72.zip
nginx isn't redirecting /blog to /blog.php like it would with html
so I have to resort to this :(
Diffstat (limited to '')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6c47c76..c20508e 100644
--- a/index.php
+++ b/index.php
@@ -81,7 +81,7 @@
}
?>
</p>
- <a href="/blog">more...</a>
+ <a href="/blog.php">more...</a>
</div>
</div>
</div>