fix personal gitea social link
This commit is contained in:
parent
eca678894e
commit
a115c96f98
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ $social_icons = array(
|
||||||
'target' => "_blank"
|
'target' => "_blank"
|
||||||
),
|
),
|
||||||
array('icon' => "mdi-github", 'url' => "https://github.com/apiontek", 'prof' => true, 'target' => "_blank"),
|
array('icon' => "mdi-github", 'url' => "https://github.com/apiontek", 'prof' => true, 'target' => "_blank"),
|
||||||
array('icon' => "svg-gitea", 'url' => "https://73k.us/git/adam", 'prof' => true, 'target' => "_blank"),
|
array('icon' => "svg-gitea", 'url' => "https://git.73k.us/adam", 'prof' => true, 'target' => "_blank"),
|
||||||
array(
|
array(
|
||||||
'icon' => "mdi-key-variant",
|
'icon' => "mdi-key-variant",
|
||||||
'url' => '/DF185CEE29A3D443_public_key.asc',
|
'url' => '/DF185CEE29A3D443_public_key.asc',
|
||||||
|
|
Loading…
Reference in a new issue