Add external flag to services in index.php for improved link handling
This commit is contained in:
parent
4ab893e5aa
commit
9cf2790012
@ -15,14 +15,16 @@ $projects = [
|
||||
"description" => "Mein privater Git - Server",
|
||||
"url" => "/git",
|
||||
"logo" => "/icons/gitea.svg",
|
||||
"color" => "#609926"
|
||||
"color" => "#609926",
|
||||
"external" => true
|
||||
],
|
||||
[
|
||||
"title" => "Nextcloud",
|
||||
"description" => "Meine persönliche Nextcloud",
|
||||
"url" => "/nextcloud",
|
||||
"logo" => "/icons/nextcloud.svg",
|
||||
"color" => "#0082c9"
|
||||
"color" => "#0082c9",
|
||||
"external" => true
|
||||
],
|
||||
],
|
||||
"schule" => [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user