@@ -27,44 +27,39 @@ A page node is very similar to a blog node, however it should be used to render
27
27
type : page.default
28
28
format : html
29
29
content : |
30
-
31
30
<div class="row demo-tiles">
32
- <div class="span3">
33
- <div class="tile">
34
- <img class="tile-image big-illustration" alt="" src="images/illustrations/colors.png" />
35
- <h3 class="tile-title">Blog</h3>
36
- <p>Some posts about <br/>technicals playground.</p>
37
- <a class="btn btn-primary btn-large btn-block" href="blog">Read It</a>
38
- </div>
31
+ <div class="span3">
32
+ <div class="tile">
33
+ <img class="tile-image big-illustration" alt="" src="images/illustrations/colors.png" />
34
+ <h3 class="tile-title">Blog</h3>
35
+ <p>Some posts about <br/>technicals playground.</p>
36
+ <a class="btn btn-primary btn-large btn-block" href="blog">Read It</a>
39
37
</div>
40
-
41
- <div class="span3">
42
- <div class="tile">
43
- <img class="tile-image" alt="" src="images/illustrations/infinity.png" />
44
- <h3 class="tile-title">Element</h3>
45
- <p>A python CMS based on flask with a bit of IOC. </p>
46
- <a class="btn btn-primary btn-large btn-block" href="https://github.com/rande/python-element">Play</a>
47
- </div>
38
+ </div>
39
+ <div class="span3">
40
+ <div class="tile">
41
+ <img class="tile-image" alt="" src="images/illustrations/infinity.png" />
42
+ <h3 class="tile-title">Element</h3>
43
+ <p>A python CMS based on flask with a bit of IOC. </p>
44
+ <a class="btn btn-primary btn-large btn-block" href="https://github.com/rande/python-element">Play</a>
48
45
</div>
49
-
50
- <div class="span3">
51
- <div class="tile">
52
- <img class="tile-image" alt="" src="images/illustrations/bag.png" />
53
- <h3 class="tile-title">Stats</h3>
54
- <p>Some information about this instance.</p>
55
- <a class="btn btn-primary btn-large btn-block" href="stats/parameters">Get Them</a>
56
- </div>
46
+ </div>
47
+ <div class="span3">
48
+ <div class="tile">
49
+ <img class="tile-image" alt="" src="images/illustrations/bag.png" />
50
+ <h3 class="tile-title">Stats</h3>
51
+ <p>Some information about this instance.</p>
52
+ <a class="btn btn-primary btn-large btn-block" href="stats/parameters">Get Them</a>
57
53
</div>
58
-
59
- <div class="span3">
60
- <div class="tile">
61
- <img class="tile-image" alt="" src="images/illustrations/compass.png" />
62
- <h3 class="tile-title">Resume</h3>
63
- <p>A "standard" <br />curriculum vitae.</p>
64
- <a class="btn btn-primary btn-large btn-block" href="resume">Discover It</a>
65
- </div>
66
-
54
+ </div>
55
+ <div class="span3">
56
+ <div class="tile">
57
+ <img class="tile-image" alt="" src="images/illustrations/compass.png" />
58
+ <h3 class="tile-title">Resume</h3>
59
+ <p>A "standard" <br />curriculum vitae.</p>
60
+ <a class="btn btn-primary btn-large btn-block" href="resume">Discover It</a>
67
61
</div>
68
62
</div>
63
+ </div>
69
64
70
65
The ``format `` option defines how to handle the ``content `` field. You can provide a markdown content or a html content.
0 commit comments