word-salad/config/blog.php

17 lines
331 B
PHP
Raw Normal View History

<?php
return [
/*
|--------------------------------------------------------------------------
| Publishing Name
|--------------------------------------------------------------------------
|
| The name of the blog that will be displayed to the world.
|
*/
'publishing_name' => 'Jon\'s Words',
];