diff --git a/CSS/style.css b/CSS/style.css index bfdf756..71e43a4 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -66,7 +66,7 @@ body { .Pagina .Menu ul li { display: inline; margin: 0; - padding: 15px; + padding: 7px; padding-top: 18px; border: 0px solid $Menu_Outline; } diff --git a/Classes/Header.php b/Classes/Header.php index f032040..b2e3af3 100644 --- a/Classes/Header.php +++ b/Classes/Header.php @@ -28,7 +28,7 @@ public static function getMetaTags() { $ret .= ''. PHP_EOL; } $ret .= 'content), 0, 25))))) . ' />'. PHP_EOL; + json_encode(strip_tags(implode(' ', array_slice(explode(' ', $GLOBALS['pageContent']->content), 0, 20))))) . ' />'. PHP_EOL; $builder = ''; foreach(MktConfig::$keys as $key) { $builder .= $key . ', '; diff --git a/Content/Pages/contact.xml b/Content/Pages/contact.xml new file mode 100644 index 0000000..06318a3 --- /dev/null +++ b/Content/Pages/contact.xml @@ -0,0 +1,13 @@ + + + Contact + true + true + test + + +# Contact +--- + + + \ No newline at end of file