Update theme.class.php
This commit is contained in:
parent
ff6504172a
commit
a6137fbb8f
|
@ -7,11 +7,13 @@ class Theme {
|
||||||
global $site;
|
global $site;
|
||||||
$socialNetworks = array(
|
$socialNetworks = array(
|
||||||
'github'=>'Github',
|
'github'=>'Github',
|
||||||
|
'gitlab'=>'GitLab',
|
||||||
'twitter'=>'Twitter',
|
'twitter'=>'Twitter',
|
||||||
'facebook'=>'Facebook',
|
'facebook'=>'Facebook',
|
||||||
'instagram'=>'Instagram',
|
'instagram'=>'Instagram',
|
||||||
'codepen'=>'Codepen',
|
'codepen'=>'Codepen',
|
||||||
'linkedin'=>'Linkedin'
|
'linkedin'=>'Linkedin',
|
||||||
|
'mastodon'=>'Mastodon'
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach ($socialNetworks as $key=>$label) {
|
foreach ($socialNetworks as $key=>$label) {
|
||||||
|
|
Loading…
Reference in New Issue