diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2014-06-07 10:16:18 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2014-06-07 10:16:18 +0000 |
commit | b05cc0180d8dae5af2cc11860c3654cc0e45ed2b (patch) | |
tree | 231cf7df9190b0aedaeff73faf9c5a6d75296a57 /settings.sample | |
parent | 6d03e10297392a4b8092a7b27258b2b9abc96a16 (diff) |
Refactoring and updated configs
Diffstat (limited to 'settings.sample')
-rw-r--r-- | settings.sample | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/settings.sample b/settings.sample index 59f63b2..0a8abe6 100644 --- a/settings.sample +++ b/settings.sample @@ -7,9 +7,10 @@ $blogPosts = "/var/www/posts/"; //Page title $blogTitle = "My Clog Blog"; -//Header title -$blogHead = $blogTitle; +$blogSubTitle = "It's awesome"; -//Twitter Creator +//Author Information $twitterCreator = "Example"; +$rssAuthorName = "A. N. Other"; +//$rssAuthorEmail = ""; //optional ?> |