fix personal gitea social link

This commit is contained in:
Adam Piontek 2022-03-27 19:28:31 -04:00
parent eca678894e
commit a115c96f98

View file

@ -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',
@ -92,4 +92,4 @@ function get_social_icons_prof_str() {
return social_icons_str(get_social_icons_prof()); return social_icons_str(get_social_icons_prof());
} }
?> ?>