Add style to article
This commit is contained in:
+2
-2
@@ -23,9 +23,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<script id="articles" type="x-tmpl-mustache">
|
<script id="articles" type="x-tmpl-mustache">
|
||||||
{{#data}}
|
{{#data}}
|
||||||
<h4>{{attributes.titre}}</h4>
|
<h2 class="title">{{attributes.titre}}</h2>
|
||||||
{{{attributes.contenu}}}
|
{{{attributes.contenu}}}
|
||||||
<small>{{attributes.date}}</small>
|
<small>Publié le {{attributes.date}}</small></pre>
|
||||||
<hr/>
|
<hr/>
|
||||||
{{/data}}
|
{{/data}}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user