diff options
author | Brian Picciano <bgp2396@bellsouth.net> | 2013-12-09 02:26:25 -0500 |
---|---|---|
committer | Brian Picciano <bgp2396@bellsouth.net> | 2013-12-09 02:26:25 -0500 |
commit | 1a03f55de942ba752b3604bd1e868790ec4c3a1b (patch) | |
tree | 757c10b681bde6e56bef2cf25c5477928be57c6d /_layouts | |
parent | ca8a5da6113277d6cac8085b9a26f02ae7d009ad (diff) |
hide kickstarter banner
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 7524495..d9101e7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -33,6 +33,7 @@ <div class="eleven columns content"> + <!-- <div style="margin-left:auto;margin-right:auto;width:100%;text-align:center;padding:0.2em;"> <p style="font-weight:bold;">We're running a kickstarter campaign to get <a href="https://cryptic.io">cryptic.io</a>, an encrypted online @@ -40,6 +41,7 @@ <a href="http://www.kickstarter.com/projects/cryptic-io/cryptic-encrypted-online-storage">Click here</a> to check it out and lend your support!</p> </div> + --> {{ content }} |