Add wiki link

This commit is contained in:
Roscoe 2024-12-22 03:29:01 +00:00
parent 70ac42f2f5
commit 46a7575e7d
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@
return [ return [
'name' => env('APP_NAME', 'diskfloppy.me'), 'name' => env('APP_NAME', 'diskfloppy.me'),
'version' => '2024.12.20', 'version' => '2024.12.21',
'env' => env('APP_ENV', 'production'), 'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false), 'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'), 'url' => env('APP_URL', 'http://localhost'),

View file

@ -1,6 +1,7 @@
<nav> <nav>
<strong>Pages:</strong> <strong>Pages:</strong>
<a href="/">home</a> | <a href="/">home</a> |
<a href="//wiki.wah.moe">wah-ki</a> |
<a href="//git.wah.moe">git</a> | <a href="//git.wah.moe">git</a> |
<a href="/pub">files</a> | <a href="/pub">files</a> |
<a href="/bookmarks">bookmarks</a> | <a href="/bookmarks">bookmarks</a> |