aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2022-12-20 20:55:38 +0000
committerFrankie B <floppydisk05@aol.com>2022-12-20 20:55:38 +0000
commit2195834edbc91935b70f937ce7a168d3a2e0c3b8 (patch)
tree501fe6ca2d4dbf3cb14dccae99e0d9994fe25b20 /index.php
parent907203d6f73ea8aa9de82126b57b9f694d24dd99 (diff)
Move title path thing to page title
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 08a2761..284f52b 100755
--- a/index.php
+++ b/index.php
@@ -7,7 +7,7 @@
<?php require('./inc/header.inc.php'); ?>
<!-- Page-specific -->
- <title>~floppydisk</title>
+ <?php require_once('./inc/title.inc.php') ?>
<meta property="og:title" content="~floppydisk">
<meta property="og:description" content="This is the personal homepage of floppydisk.">
<meta property="og:image" content="/favicon.png">