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"
|
||||
),
|
||||
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(
|
||||
'icon' => "mdi-key-variant",
|
||||
'url' => '/DF185CEE29A3D443_public_key.asc',
|
||||
|
@ -92,4 +92,4 @@ function get_social_icons_prof_str() {
|
|||
return social_icons_str(get_social_icons_prof());
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue