Made paths versatile.

This commit is contained in:
Daniel Buckmaster 2014-03-06 16:33:17 +11:00
parent 7b1fef1286
commit 81578d962d
4 changed files with 31 additions and 28 deletions

View file

@ -1,6 +1,7 @@
---
layout: default
title: Torque 3D
root: .
---
<!--
@ -22,7 +23,7 @@ title: Torque 3D
<div class="container">
<table><tr>
<td>
<img class="pull-left" src="/img/torque.png"></img>
<img class="pull-left" src="{{page.root}}/img/torque.png"></img>
</td>
<td>
<h1 class="title">{{site.name}}</h1>
@ -36,7 +37,7 @@ title: Torque 3D
<div class="container">
<table><tr>
<td>
<img class="pull-left" src="/img/torque.png"></img>
<img class="pull-left" src="{{page.root}}/img/torque.png"></img>
</td>
<td>
<h1 class="title">{{site.name}}</h1>
@ -50,7 +51,7 @@ title: Torque 3D
<div class="container">
<table><tr>
<td>
<img class="pull-left" src="/img/torque.png"></img>
<img class="pull-left" src="{{page.root}}/img/torque.png"></img>
</td>
<td>
<h1 class="title">{{site.name}}</h1>
@ -75,7 +76,7 @@ title: Torque 3D
<div class="row">
<div class="col-sm-4">
<h2>Gratis et libre</h2>
<a href="/start" class="pull-right">Download it now <i class="fa fa-angle-double-right"></i></a>
<a href="{{page.root}}/start" class="pull-right">Download it now <i class="fa fa-angle-double-right"></i></a>
<div class="clearfix"></div>
<p>Torque 3D is free as in speech <i>and</i> free as in beer. Under
the permissive MIT license, you can do what you want with the source
@ -84,7 +85,7 @@ title: Torque 3D
<div class="col-sm-4">
<h2>Feature-rich</h2>
<a href="/engine" class="pull-right">Read the feature list <i class="fa fa-angle-double-right"></i></a>
<a href="{{page.root}}/engine" class="pull-right">Read the feature list <i class="fa fa-angle-double-right"></i></a>
<div class="clearfix"></div>
<p>Packed with features and easy-to-use editors, T3D has you covered
even if you have no programming experience.</p>
@ -92,7 +93,7 @@ title: Torque 3D
<div class="col-sm-4">
<h2>Always evolving</h2>
<a href="/contribute" class="pull-right">Get involved <i class="fa fa-angle-double-right"></i></a>
<a href="{{page.root}}/contribute" class="pull-right">Get involved <i class="fa fa-angle-double-right"></i></a>
<div class="clearfix"></div>
<p>Torque 3D is being actively developed by an enthusiastic community.
Can you help out?</p>