Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ae5cda

Browse files
committed
[documentation] fix yaml
1 parent 9b32554 commit 5ae5cda

File tree

1 file changed

+28
-33
lines changed

1 file changed

+28
-33
lines changed

docs/plugins/page.rst

Lines changed: 28 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -27,44 +27,39 @@ A page node is very similar to a blog node, however it should be used to render
2727
type: page.default
2828
format: html
2929
content: |
30-
3130
<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>
3937
</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>
4845
</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>
5753
</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>
6761
</div>
6862
</div>
63+
</div>
6964
7065
The ``format`` option defines how to handle the ``content`` field. You can provide a markdown content or a html content.

0 commit comments

Comments
 (0)