aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfloppydiskette <floppydisk@hyprcat.net>2024-12-22 03:29:01 +0000
committerfloppydiskette <floppydisk@hyprcat.net>2024-12-22 03:29:01 +0000
commit80f46016700171da76e1b4223ba011b9333fafad (patch)
tree7375a8ac7708a482d9a4282cefbe04b5fcbdc9c5
parentb65eca420a6bc97d2df8265b40a6da60d2358278 (diff)
Add wiki linkv2024.12.21
-rw-r--r--config/app.php2
-rw-r--r--resources/views/components/navigation.blade.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php
index 981759a..5386866 100644
--- a/config/app.php
+++ b/config/app.php
@@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider;
return [
'name' => env('APP_NAME', 'diskfloppy.me'),
- 'version' => '2024.12.20',
+ 'version' => '2024.12.21',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),
diff --git a/resources/views/components/navigation.blade.php b/resources/views/components/navigation.blade.php
index 52d97b4..c70b442 100644
--- a/resources/views/components/navigation.blade.php
+++ b/resources/views/components/navigation.blade.php
@@ -1,6 +1,7 @@
<nav>
<strong>Pages:</strong>
<a href="/">home</a> |
+ <a href="//wiki.wah.moe">wah-ki</a> |
<a href="//git.wah.moe">git</a> |
<a href="/pub">files</a> |
<a href="/bookmarks">bookmarks</a> |