diff --git a/app/AppBundle/BackModule/templates/@layout.latte b/app/AppBundle/BackModule/templates/@layout.latte index 9fc55a4..df8ef7f 100644 --- a/app/AppBundle/BackModule/templates/@layout.latte +++ b/app/AppBundle/BackModule/templates/@layout.latte @@ -23,7 +23,7 @@
- Visit homepage + Visit homepage
diff --git a/app/AppBundle/FrontModule/templates/@layout.latte b/app/AppBundle/FrontModule/templates/@layout.latte index bf7fa3e..c3f370a 100644 --- a/app/AppBundle/FrontModule/templates/@layout.latte +++ b/app/AppBundle/FrontModule/templates/@layout.latte @@ -19,7 +19,7 @@
-

{$template->setting('projectName')}

+

{$template->setting('projectName')}

{$template->setting('projectDesc')}


diff --git a/app/PostBundle/components/Posts/forms/PostForm.latte b/app/PostBundle/components/Posts/forms/PostForm.latte index 4ada330..c482628 100644 --- a/app/PostBundle/components/Posts/forms/PostForm.latte +++ b/app/PostBundle/components/Posts/forms/PostForm.latte @@ -1,4 +1,4 @@ - + {form $form} {control $form errors} @@ -80,4 +80,4 @@ // Everything is all setup, so load! editor.load(); - \ No newline at end of file +