From b6e719b6c6adffddb1caf1c4fc9a7ff3bea82d02 Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Sun, 5 Jul 2015 18:02:19 +0200 Subject: [PATCH] Twitter and OpenGraph meta tags; favicon --- config.php | 8 +++---- index.php | 64 ++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 47 insertions(+), 25 deletions(-) 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. -
+