diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-23 17:40:10 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-23 17:40:10 +0200 |
commit | f5560bda63b9d0ec95210d39b28f745f877d14ae (patch) | |
tree | d6ecb6e875370fc22eb7aa1c0c68808b94e957f9 /views | |
parent | Revert "moved footer" (diff) | |
download | Divid-f5560bda63b9d0ec95210d39b28f745f877d14ae.tar.gz |
Messing with gradients and added another span12
Diffstat (limited to 'views')
-rw-r--r-- | views/home.ejs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/home.ejs b/views/home.ejs index afffb37..a0a0d74 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -55,9 +55,10 @@ </footer> </div> + <div class="span12 content"> + </div> </div><!-- /div.row --> </div><!-- /div#wrapper --> - <% include footer %> </body> </html> |