From daec24d565968016a9b64c1bbc4ea976a8f8e156 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Sun, 29 Jan 2012 20:54:53 -0500 Subject: [PATCH] We can now use Amazon S3 --- main.html | 14 +++++++------- marketing.html | 15 +++++++++------ simplewiki_base.html | 2 +- staticbook.html | 4 ++-- 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/main.html b/main.html index fe74e8e81f..a3bc73e1a6 100644 --- a/main.html +++ b/main.html @@ -3,16 +3,16 @@ <%block name="title">MITX 6.002 - + - - - - - + + + + + @@ -27,7 +27,7 @@ displayMath: [["\\[","\\]"]]} }); - + - + + - - - + + + @@ -61,12 +61,15 @@ function postJSON(url, data, callback) { <%block name="header">
">
+% if settings.COURSEWARE_ENABLED: <%block name="header_nav"> +% endif + <%block name="header_text">

MITx

diff --git a/simplewiki_base.html b/simplewiki_base.html index d4270c9752..f73c63218e 100644 --- a/simplewiki_base.html +++ b/simplewiki_base.html @@ -42,7 +42,7 @@ tex2jax: {inlineMath: [ ['$','$'], ["\\(","\\)"]], displayMath: [ ['$$','$$'], ["\\[","\\]"]]} }); - +