Atom feed

This commit is contained in:
mmk2410 2016-02-16 14:19:17 +01:00
parent 5d041ff6f8
commit ce709fec80
7 changed files with 240 additions and 33 deletions

View file

@ -1,6 +1,6 @@
<?php
/**
* PHP Version 5.6
* PHP Version 7
*
* Rangitaki Project
* This is the configuration file. You can configure here all necessary
@ -82,3 +82,6 @@ $pagination = 0;
// Favicon - Set here the path to your favicon
$favicon = "http://example.com/res/img/favicon.png";
// Blog url - set here the blog url
$blogurl = "https://example.com/blog/";