Add style to article

This commit is contained in:
2024-03-13 14:26:25 +01:00
parent e15f916024
commit 4a76126bd2
+2 -2
View File
@@ -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>