28 lines
681 B
PHP
28 lines
681 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Publishing Name
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The name of the blog that will be displayed to the world.
|
|
|
|
|
*/
|
|
|
|
'publishing_name' => 'Jon\'s Words',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Subheading
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The one sentence abbreviation of the blog that will display below the name
|
|
|
|
|
*/
|
|
|
|
'subheading' => 'A blog with an as yet unclear direction.',
|
|
|
|
];
|