pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit 7790952102acfeb9d51c5be4e40e13bba16e29f2
parent 117d342123b1d43472e48a6046ed583cfb458305
Author: Jul <jul@9o.is>
Date:   Thu,  5 Jun 2014 19:52:52 -0400

removed html titles from wrapping templates (they werent doing anything)

Diffstat:
Msrc/main/webapp/templates-hidden/base-default.html | 3---
Msrc/main/webapp/templates-hidden/no-base-settings-wrap.html | 3---
Msrc/main/webapp/templates-hidden/settings-wrap.html | 3---
3 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/templates-hidden/base-default.html b/src/main/webapp/templates-hidden/base-default.html @@ -1,7 +1,4 @@ <div data-lift="surround?with=base-wrap;at=content"> - <lift:head> - <title data-lift="Menu.title">PYC: %*%</title> - </lift:head> <div class="row"> <div class="col-xs-10 col-xs-offset-1"> <div class="main-content"> diff --git a/src/main/webapp/templates-hidden/no-base-settings-wrap.html b/src/main/webapp/templates-hidden/no-base-settings-wrap.html @@ -1,7 +1,4 @@ <div data-lift="surround?with=no-base;at=content"> - <lift:head> - <span data-lift="CurrentUser.title"></span> - </lift:head> <div class="row"> <div class="col-xs-10 col-xs-offset-1"> <div class="main-content"> diff --git a/src/main/webapp/templates-hidden/settings-wrap.html b/src/main/webapp/templates-hidden/settings-wrap.html @@ -1,7 +1,4 @@ <div data-lift="surround?with=base-wrap;at=content"> - <lift:head> - <span data-lift="CurrentUser.title"></span> - </lift:head> <div class="row"> <div class="col-xs-10 col-xs-offset-1"> <div class="main-content">