Update theme.class.php

This commit is contained in:
Edi 2019-04-19 00:55:34 +02:00 committed by GitHub
parent ff6504172a
commit a6137fbb8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -7,11 +7,13 @@ class Theme {
global $site;
$socialNetworks = array(
'github'=>'Github',
'gitlab'=>'GitLab',
'twitter'=>'Twitter',
'facebook'=>'Facebook',
'instagram'=>'Instagram',
'codepen'=>'Codepen',
'linkedin'=>'Linkedin'
'linkedin'=>'Linkedin',
'mastodon'=>'Mastodon'
);
foreach ($socialNetworks as $key=>$label) {