Better handling of a long title; option to disable the share FAB; --> Version 0.6

This commit is contained in:
mmk2410 2015-07-03 14:37:32 +02:00
parent aa1bc50648
commit accc37e5be
6 changed files with 67 additions and 26 deletions

View file

@ -24,6 +24,8 @@ $blogmainname = '';
$blogintro = 'yes';
// Disqus - Provide here your Disqus shortname. Leave empty if you don't want to use it.
$blogdisqus = 'rangitaki';
// Share FAB - this enables or disables the share button
$sharefab = 'yes';
// Google Analytics - Provide here your Google Analytics Tracking-ID. Leave empty if you don't want to use it.
$bloganalytics = '';
// Footer - set here the text for your footer (e.g. a copyright info). You can replace the whole text after the '=' with your own one.