diff --git a/Web/templates/dashboard/index.html.ep b/Web/templates/dashboard/index.html.ep index 6340038..0381be5 100644 --- a/Web/templates/dashboard/index.html.ep +++ b/Web/templates/dashboard/index.html.ep @@ -6,16 +6,18 @@ -

This is totes the dashboard

- -
- - - New Blog - +
+
-% if ( $person->blogs ) { +% if ( $person->blogs >= 1 ) {

My Websites

@@ -33,4 +35,14 @@ % }
+% } else { + + % }