Compare commits

...

2 Commits

@ -66,6 +66,10 @@
line-height: 1.5;
text-align: justify;
.rtl {
direction: 'rtl';
}
img {
display: block;
margin: 0 auto;

@ -51,10 +51,6 @@ export default {
"sort": {
"_created": -1
},
"filter": {
"published": true,
"title_slug": this.id
},
"fields": {
"title": 1,
"title_slug": 1,

@ -58,9 +58,6 @@ export default {
"sort": {
"_created": -1
},
"filter": {
"published": true
},
"fields": {
"title": 1,
"title_slug": 1,

Loading…
Cancel
Save