New social icons for providers
GitHub and GitLab
This commit is contained in:
parent
968046543c
commit
5df8075762
9 changed files with 29 additions and 15 deletions
|
@ -61,12 +61,14 @@ $conf = array(
|
|||
# 'landing_page' => 1,
|
||||
|
||||
// Social links:
|
||||
# 'social_website' => 'http://www.example.com',
|
||||
# 'social_rss' => 'http://www.example.com/feed',
|
||||
# 'social_twitter' => 'http://twitter.com/username',
|
||||
# 'social_facebook' => 'http://facebook.com/userpage',
|
||||
# 'social_linkedin' => 'http://linkedin.com/in/username',
|
||||
# 'social_contact' => 'http://www.example.com/contact',
|
||||
# 'social_website' => 'https://www.example.com',
|
||||
# 'social_rss' => 'https://www.example.com/feed',
|
||||
# 'social_twitter' => 'https://twitter.com/username',
|
||||
# 'social_facebook' => 'https://facebook.com/userpage',
|
||||
# 'social_linkedin' => 'https://linkedin.com/in/username',
|
||||
# 'social_github' => 'https://github.com/username',
|
||||
# 'social_gitlab' => 'https://gitlab.com/username',
|
||||
# 'social_contact' => 'https://www.example.com/contact',
|
||||
|
||||
// Uncomment to show logo when printing pages:
|
||||
# 'print_logo' => 1,
|
||||
|
|
Reference in a new issue