diff options
Diffstat (limited to 'lib/conf/blog.php')
-rw-r--r-- | lib/conf/blog.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/conf/blog.php b/lib/conf/blog.php index bb2ef09..70c6d13 100644 --- a/lib/conf/blog.php +++ b/lib/conf/blog.php @@ -1,8 +1,8 @@ <?php -$blog_title = "What people write"; +$blog_title = "Articles"; // Used for the ATOM feed generation. -$blog_base_url = "http://localhost/alex.auvolat/"; +$blog_base_url = "http://adnab.me/"; |