Optional online post upload
This commit is contained in:
parent
0ae529b163
commit
83b4d26752
5 changed files with 167 additions and 0 deletions
|
@ -24,4 +24,6 @@ $blogdisqus = 'rangitaki';
|
|||
$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.
|
||||
$blogfooter = 'Rangitaki ' . date("Y") . ' <a href="https://github.com/mmk2410/Rangitaki" target="blank">github.com/mmk2410/Rangitaki</a>';
|
||||
// This enables the optional online post upload. Please read the documentation before you enable it.
|
||||
$post_upload = 'no'
|
||||
?>
|
||||
|
|
Reference in a new issue