diff --git a/config.php b/config.php index 3a13283..6c766b9 100644 --- a/config.php +++ b/config.php @@ -5,12 +5,10 @@ // Make sure that every line ends with an semicolon (';'). // Blog Title - Set here an individual title of your blog by replacing Rangitaki Blog with it. $blogtitle = 'Rangitaki Blog'; -// Blog Author - Set here your name +// Blog Author - Set here your name $blogauthor = 'Marcel Kapfer'; // Blog description $blogdescription = 'Rangitaki - A PHP blogging engine without any database dependency'; -// Blog favicon - enter here the path to your favicon -$blogfavicon = '../res/favicon.png'; // Home - set yes if you want to link to your homepage and no if not $bloghome = 'yes'; // Home URL - Set here the url to your main page. Either relative (e.g. '../') or absolute (e.g. 'http://github.com') @@ -37,4 +35,6 @@ $nav_drawer = 'yes'; // Set here the name of your theme. Read the documentation for more themes $theme = 'material-light'; // Set here your language. The file must exist in the lang directory -$language = "en"; \ No newline at end of file +$language = "en"; +// Favicon - Set here the path to your favicon +$favicon = "https://example.com/res/img/favicon.png" diff --git a/index.php b/index.php index 47db8fa..c24856b 100644 --- a/index.php +++ b/index.php @@ -1,30 +1,36 @@ - + - " /> + + + + + + + + + + + + + + + + + @@ -54,7 +77,6 @@ THE SOFTWARE. } ?> - @@ -192,7 +214,7 @@ THE SOFTWARE. -