diff options
author | Frankie B <floppydisk05@aol.com> | 2022-11-15 22:23:13 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-11-15 22:23:13 +0000 |
commit | 28c639dece7d5e6bbfb1982c694259432862617c (patch) | |
tree | 95b2a77439ec93dc441e1678225169b141affe99 | |
parent | 736e58541b5f3453be0ea00db2d6c7faf246f10e (diff) |
Blog begone
-rw-r--r-- | inc/nav.inc.php | 1 | ||||
-rwxr-xr-x | index.php | 6 |
2 files changed, 2 insertions, 5 deletions
diff --git a/inc/nav.inc.php b/inc/nav.inc.php index 7fa3348..b541180 100644 --- a/inc/nav.inc.php +++ b/inc/nav.inc.php @@ -7,7 +7,6 @@ <a href="/calculators/">calculators</a> | <a href="/computers/">computers</a> | <a href="/bookmarks/">bookmarks</a> | - <a href="https://blog.diskfloppy.me/">blog</a> | <a href="/guestbook/">guestbook</a> </div> </nav> @@ -9,7 +9,7 @@ <!-- Page-specific --> <title>~floppydisk</title> <meta property="og:title" content="~floppydisk"> - <meta property="og:description" content="This is the personal homepage of floppydisk. Every now and then, I dabble in software/hardware projects, take pictures, or write blogposts."> + <meta property="og:description" content="This is the personal homepage of floppydisk."> <meta property="og:image" content="/favicon.png"> <style>td{padding:0px;}</style> </head> @@ -22,9 +22,7 @@ <div id="content"> <!--<br><table class="banner"><tr><td class="banner"><b>Service Message:</b> This is more related to <a class="bannerlink" href="//www.nickandfloppy.com/">nickandfloppy.com</a> but our Gitea service is currently in the process of being migrated to a new VPS. Due to the lengthly migration process, <a class="bannerlink" href="//git.nickandfloppy.com/">git.nickandfloppy.com</a> may periodically be unavailable, though this isn't expected until the final transition.<br><br>~ nick and floppy</td></tr></table>--> <p>Hi!</p> - <p>This is the personal homepage of <a href="./me/">floppydisk</a>. Every now and then, I - dabble in software/hardware <a href="./projects/">projects</a>, take <a href="./pics/">pictures</a>, or write - <a href="./interblag/">blogposts</a>. + <p>This is the personal homepage of floppydisk. </p> <?php require('./inc/lastfm.inc.php') ?> |