diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2013-03-06 14:09:16 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2013-03-06 14:09:16 +0000 |
commit | 8229a7413975534fe9c185749facfb21fe505257 (patch) | |
tree | f6155a8c5594b64cea53bfb4a73f30bcca9af74c /settings.sample | |
parent | a73b93840a71b39739563f116ca58040c90720b8 (diff) |
Added Twitter Creator Tag
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"; ?> |