File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,7 @@ RewriteCond %{HTTP_HOST} ^newcoder.io[nc]
33RewriteRule ^(.*)$ http://www.newcoder.io/$1 [r=301 ,nc]
44RedirectMatch 301 /~drafts/networks/(.*) /networks/$1
55RedirectMatch 301 /Begin/(.*) /begin/$1
6+ RedirectMatch 301 /About/(.*) /about/$1
7+ RedirectMatch 301 /Contact/(.*) /contact/$1
68
79ErrorDocument 404 /404 .html
Original file line number Diff line number Diff line change 44< div class ="content ">
55 < h1 class ="text-center "> Eeep! Page not found!</ h1 >
66 < div class ="center-block ">
7- < img class ="displayed img-responsive " src ="assets/ images/404image.jpg " width ="500px " />
7+ < img class ="displayed " src ="{{ get_asset(' images/404image.jpg') }} " width ="500px " />
88 </ div >
99 < h3 class ="text-center "> This URL doesn’t point to anything.</ h3 >
1010 < p class ="text-center "> Is it supposed to? Or is it an old book mark? Please let < a href ="mailto:lynn [at] newcoder [dot] io "> me</ a > know!</ p >
Original file line number Diff line number Diff line change 2323 </ div >
2424 < div class ="collapse navbar-collapse " id ="bs-example-navbar-collapse-1 ">
2525 < ul class ="nav navbar-nav ">
26- < li > < a href ="{{ get_url('About /') }} "> About</ a > </ li >
26+ < li > < a href ="{{ get_url('about /') }} "> About</ a > </ li >
2727 < li > < a href ="{{ get_url('tutorials/') }} "> Tutorials</ a > </ li >
2828 < li > < a href ="{{ get_url('workshop/')}} "> Workshop Kits</ a > </ li >
29- < li > < a href ="{{ get_url('Contact /') }} "> Contact</ a > </ li >
29+ < li > < a href ="{{ get_url('contact /') }} "> Contact</ a > </ li >
3030 < li > < a data-ct-checkout ="newcoder.newcoder-io "> Donate</ a > </ li >
3131 </ ul >
3232 < ul class ="nav navbar-nav navbar-right ">
You can’t perform that action at this time.
0 commit comments