diff options
Diffstat (limited to 'settings.sample')
-rw-r--r-- | settings.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.sample b/settings.sample index 2280583..59f63b2 100644 --- a/settings.sample +++ b/settings.sample @@ -9,4 +9,7 @@ $blogPosts = "/var/www/posts/"; $blogTitle = "My Clog Blog"; //Header title $blogHead = $blogTitle; + +//Twitter Creator +$twitterCreator = "Example"; ?> |