make blog link absolute

This commit is contained in:
Ben Harris 2023-01-11 13:04:39 -05:00
parent 99a085057b
commit 392a3063f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
$links = [ $links = [
"blog" => [ "blog" => [
"href" => "blog/", "href" => "https://tilde.team/~ben/blog/",
"icon" => "rss" "icon" => "rss"
], ],
"my git guide" => [ "my git guide" => [