editorial-autogestiva-jekyll-theme 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +168 -0
- data/README.md +69 -0
- data/_data/es.yml +69 -0
- data/_data/layouts/book.yml +174 -0
- data/_data/layouts/editorial.yml +76 -0
- data/_data/layouts/post.yml +113 -0
- data/_includes/contact.html +35 -0
- data/_includes/footer.html +72 -0
- data/_includes/navbar.html +29 -0
- data/_layouts/book.html +140 -0
- data/_layouts/default.html +37 -0
- data/_layouts/editorial.html +100 -0
- data/_layouts/home.html +20 -0
- data/_layouts/post.html +69 -0
- data/_sass/footer.scss +25 -0
- data/_sass/home.scss +18 -0
- data/_sass/navbar.scss +5 -0
- data/_sass/typography.scss +33 -0
- data/assets/css/styles.scss +16 -0
- data/assets/fonts/Inter-Bold-subset.woff2 +0 -0
- data/assets/fonts/Inter-BoldItalic-subset.woff2 +0 -0
- data/assets/fonts/Inter-Italic-subset.woff2 +0 -0
- data/assets/fonts/Inter-Regular-subset.woff2 +0 -0
- metadata +220 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: eae1e8ca59e0a2e44431bc914e690189c9499ed059f333176b9c66c5c8902c8a
|
4
|
+
data.tar.gz: 7a62790dbb2e2bbde2330b9139e6483280dfb878b599c0ae114ca5f6ced10212
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: a3a0fd3967cd74354005702e42f634d4c544635263fe35ec58b049e4cddbe79d13992d1edf1bbb0fccdb47bb980d2ff0f3e26db92e4a0042bea8e955490e410a
|
7
|
+
data.tar.gz: 39e0c24c3dd5ed682fca66d0b532eee73f543c3d01c98b4ebe9c2e3cc52f5182d4da8b074d2f3744ed4d78a386a0a8badb9857486232c89d0ae4ec511fca2b45
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,168 @@
|
|
1
|
+
Copyright (c) 2020 Sutty
|
2
|
+
|
3
|
+
The following license is modified from the MIT license and downloaded
|
4
|
+
from <https://github.com/Laurelai/anti-fascist-mit-license> on
|
5
|
+
2019-07-11.
|
6
|
+
|
7
|
+
Anti-Fascist MIT License:
|
8
|
+
|
9
|
+
The following conditions must be met by any person obtaining a copy of
|
10
|
+
this software:
|
11
|
+
|
12
|
+
- You MAY NOT be a fascist.
|
13
|
+
- You MUST not financially support fascists.
|
14
|
+
- You MUST not intentionally provide or knowingly provide through
|
15
|
+
inaction a platform for fascists to spread propaganda or organize.
|
16
|
+
- You MUST not publicly voice support for fascists.
|
17
|
+
- You MAY NOT be a member of any fascist organization, even if you are a
|
18
|
+
member to infiltrate for anti-fascist purposes.
|
19
|
+
|
20
|
+
"Fascist" can be understood as any group or individual who promotes the
|
21
|
+
political ideology of fascism.
|
22
|
+
|
23
|
+
"Fascism" can be broken down into 11 ideological features as well as 8
|
24
|
+
tactics that can form a fascist system in varying combinations, for the
|
25
|
+
sake of simplicity and brevity the individual or organization in
|
26
|
+
question must match to at least 5 features or tactics or a combination
|
27
|
+
of the two determined by the individual licencer.
|
28
|
+
|
29
|
+
Said licencer may provide a list if an individual or group matches to at
|
30
|
+
least 5 features upon request from the individual or group in question.
|
31
|
+
|
32
|
+
The ideological features are listed below.
|
33
|
+
|
34
|
+
1. Hyper-nationalism.
|
35
|
+
|
36
|
+
As defined as "The belief in the superiority of one's nation and of the
|
37
|
+
paramount importance of advancing it."
|
38
|
+
|
39
|
+
2. Militarism.
|
40
|
+
|
41
|
+
As defined as "Advocating for an increase in military forces beyond what
|
42
|
+
the real defense of a nation needs, more influence of the military upon
|
43
|
+
the policies of the civilian government, and a preference for force as a
|
44
|
+
solution over diplomacy for problems."
|
45
|
+
|
46
|
+
3. Glorification of violence and readiness to use it in politics.
|
47
|
+
|
48
|
+
As defined as "The belief that violence can be used to cleanse a
|
49
|
+
tarnished nation, also by using violence to harm, intimidate or kill
|
50
|
+
political oppoenents."
|
51
|
+
|
52
|
+
4. Fetishization of youth.
|
53
|
+
|
54
|
+
As defined as "Extolling the virtues of youth and making a special
|
55
|
+
appeal to young people to join a cause or organization"
|
56
|
+
|
57
|
+
5. Fetishization of masculinity.
|
58
|
+
|
59
|
+
As defined as "Extolling the virtues of male authority or patriarchy and
|
60
|
+
making a special appeal to men to be leaders of households and groups"
|
61
|
+
|
62
|
+
6. Leader cult.
|
63
|
+
|
64
|
+
As defined as "Creating an idealized, heroic, and worshipful image of a
|
65
|
+
leader, often through unquestioning flattery and praise."
|
66
|
+
|
67
|
+
7. Lost-golden-age syndrome.
|
68
|
+
|
69
|
+
As defined as "Creating or promoting the idea that a nation had a lost
|
70
|
+
or stolen golden age in the past that must be returned to"
|
71
|
+
|
72
|
+
8. Self-definition by opposition.
|
73
|
+
|
74
|
+
As defined as "Creating or promoting the idea that the group or
|
75
|
+
individual is the only person or way who can fight real or imagined
|
76
|
+
evils within a society."
|
77
|
+
|
78
|
+
9. Mass mobilization and mass party.
|
79
|
+
|
80
|
+
As defined as "Creating or promoting the creation of a populist group or
|
81
|
+
party for the advancment of fascist tactics or features."
|
82
|
+
|
83
|
+
10. Hierarchical party structure and tendency to purge the disloyal.
|
84
|
+
|
85
|
+
As defined as "Removal of membership from a group for lacking absolute
|
86
|
+
loyalty or lacking further usefulness to the group. Also having a
|
87
|
+
hierarchical structure within the group itself."
|
88
|
+
|
89
|
+
11. Theatricality.
|
90
|
+
|
91
|
+
As defined as "Using spectacle to gain and keep the attention of those
|
92
|
+
inside and outside of the group using speeches full of absolutes and or
|
93
|
+
superlatives. Elaborate collective rituals (rallies) meant to reenforce
|
94
|
+
loyalty within the group."
|
95
|
+
|
96
|
+
Fascist tactics include
|
97
|
+
|
98
|
+
1) Persecution of national minorities.
|
99
|
+
2) Persecution of racial minorities.
|
100
|
+
3) Persecution of religious minorities (Anti-Semitism, Islamophobia and others).
|
101
|
+
4) Promotion of a type of national purity.
|
102
|
+
5) Promotion of a state run by ideologically oriented corporate bodies.
|
103
|
+
6) Persecution of gender or sexual minorities.
|
104
|
+
7) Persecution of the disabled.
|
105
|
+
8) Formation of extra-legal forces (brownshirts) to defend fascist values.
|
106
|
+
|
107
|
+
Special criteria: Meeting only one point of the special criteria is
|
108
|
+
enough to consider someone or a group to be fascist for the purposes of
|
109
|
+
this licence.
|
110
|
+
|
111
|
+
1. Promotion of any theories that state members of the jewish ethnicity
|
112
|
+
or faith control or largely control the world, finance, or other
|
113
|
+
global major power system.
|
114
|
+
|
115
|
+
2. Denial of the holocaust or any other historically proven genocide.
|
116
|
+
|
117
|
+
3. Promotion of ethnostates.
|
118
|
+
|
119
|
+
4. Advocating for eugenics. Either positive or negative eugenics.
|
120
|
+
Promotion for the rights of abortion are not considered eugenics.
|
121
|
+
|
122
|
+
5. Advocating for the removal of rights or legal protections from a
|
123
|
+
class or group of people.
|
124
|
+
|
125
|
+
Former fascists: People or organizations who used to promote the
|
126
|
+
political ideology of fascism but no longer do so must meet the
|
127
|
+
following criterea to be able to use this software.
|
128
|
+
|
129
|
+
1. Publicly disavow past fascist deeds and ideologies.
|
130
|
+
|
131
|
+
2. Expose any and all known fascists former allies to the public.
|
132
|
+
|
133
|
+
A suggested route would be through the one peoples project
|
134
|
+
(onepeoplesproject.com). If they can confirm you have done so that
|
135
|
+
will count as meeting condition two.
|
136
|
+
|
137
|
+
3. Publicly destroy any and all fascist paraphenelia you have in your
|
138
|
+
posession including removal of tattoos and body markings
|
139
|
+
affiliated with fascist groups or gangs.
|
140
|
+
|
141
|
+
ANTI-FASCIST-MIT LICENSE:
|
142
|
+
|
143
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
144
|
+
copy of this software and associated documentation files (the
|
145
|
+
"Software"), to deal in the Software without restriction, including
|
146
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
147
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
148
|
+
permit persons to whom the Software is furnished to do so, subject to
|
149
|
+
the following conditions:
|
150
|
+
|
151
|
+
The above copyright notice and this permission notice shall be included
|
152
|
+
in all copies or substantial portions of the Software.
|
153
|
+
|
154
|
+
The above licence agreement conditions are met in full.
|
155
|
+
|
156
|
+
The Anti-Fascist MIT License may only be used under the terms of the
|
157
|
+
Anti-Fascist MIT License.
|
158
|
+
|
159
|
+
Any modified versions of this software must also include the
|
160
|
+
Anti-Fascist MIT Licence.
|
161
|
+
|
162
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
163
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
164
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
165
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
166
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
167
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
168
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,69 @@
|
|
1
|
+
# editorial-autogestiva-jekyll-theme
|
2
|
+
|
3
|
+
Una plantilla para editoriales autogestivas
|
4
|
+
|
5
|
+
|
6
|
+
## Installation
|
7
|
+
|
8
|
+
Install Bootstrap 4.4:
|
9
|
+
|
10
|
+
```bash
|
11
|
+
yarn add bootstrap@~4.4
|
12
|
+
```
|
13
|
+
|
14
|
+
Add this line to your Jekyll site's `Gemfile`:
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
gem "editorial-autogestiva-jekyll-theme"
|
18
|
+
```
|
19
|
+
|
20
|
+
And add this line to your Jekyll site's `_config.yml`:
|
21
|
+
|
22
|
+
```yaml
|
23
|
+
theme: editorial-autogestiva-jekyll-theme
|
24
|
+
```
|
25
|
+
|
26
|
+
And then execute:
|
27
|
+
|
28
|
+
$ bundle
|
29
|
+
|
30
|
+
Or install it yourself as:
|
31
|
+
|
32
|
+
$ gem install editorial-autogestiva-jekyll-theme
|
33
|
+
|
34
|
+
## Usage
|
35
|
+
|
36
|
+
Por ahora no tenemos opciones, solo hay que agregar la gema en el sitio
|
37
|
+
y funciona :)
|
38
|
+
|
39
|
+
## Contributing
|
40
|
+
|
41
|
+
Bug reports and pull requests are welcome on 0xacab.org at
|
42
|
+
https://0xacab.org/sutty/jekyll/editorial-autogestiva-jekyll-theme. This project is
|
43
|
+
intended to be a safe, welcoming space for collaboration, and
|
44
|
+
contributors are expected to adhere to the [Sutty's code of
|
45
|
+
conduct](http://sutty.nl/en/code-of-conduct).
|
46
|
+
|
47
|
+
## Development
|
48
|
+
|
49
|
+
To set up your environment to develop this theme, run `bundle install`.
|
50
|
+
|
51
|
+
Your theme is setup just like a normal Jekyll site! To test your theme,
|
52
|
+
run `bundle exec jekyll serve` and open your browser at
|
53
|
+
`http://localhost:4000`. This starts a Jekyll server using your
|
54
|
+
theme. Add pages, documents, data, etc. like normal to test your theme's
|
55
|
+
contents. As you make modifications to your theme and to your content,
|
56
|
+
your site will regenerate and you should see the changes in the browser
|
57
|
+
after a refresh, just like normal.
|
58
|
+
|
59
|
+
When your theme is released, only the files in `_layouts`, `_includes`,
|
60
|
+
`_sass` and `assets` tracked with Git will be bundled.
|
61
|
+
|
62
|
+
To add a custom directory to your theme-gem, please edit the array in
|
63
|
+
`editorial-autogestiva-jekyll-theme.gemspec` accordingly.
|
64
|
+
|
65
|
+
## License
|
66
|
+
|
67
|
+
The theme is available as open source under the terms of the [Antifacist
|
68
|
+
MIT License](LICENSE.txt).
|
69
|
+
|
data/_data/es.yml
ADDED
@@ -0,0 +1,69 @@
|
|
1
|
+
---
|
2
|
+
locale: Castellano
|
3
|
+
date: '%d/%m/%Y'
|
4
|
+
menu:
|
5
|
+
title: Menú principal
|
6
|
+
items:
|
7
|
+
- text: Catálogo
|
8
|
+
url: ''
|
9
|
+
- text: Acerca
|
10
|
+
url: 'acerca/'
|
11
|
+
book:
|
12
|
+
pages: "Páginas"
|
13
|
+
size: "Tamaño"
|
14
|
+
availability: "Disponibilidad"
|
15
|
+
in_stock: "En stock"
|
16
|
+
out_of_stock: "Agotado temporalmente"
|
17
|
+
payment_methods: "Métodos de pago"
|
18
|
+
delivery_methods: "Métodos de entrega"
|
19
|
+
direct_download:
|
20
|
+
schema: DirectDownload
|
21
|
+
text: Descarga
|
22
|
+
pick_up:
|
23
|
+
schema: PickUp
|
24
|
+
text: Retiro en domicilio
|
25
|
+
mail:
|
26
|
+
schema: Mail
|
27
|
+
text: Envío por correo
|
28
|
+
cash:
|
29
|
+
schema: Cash
|
30
|
+
text: Efectivo
|
31
|
+
direct_debit:
|
32
|
+
schema: DirectDebit
|
33
|
+
text: Débito
|
34
|
+
bank_transfer_in_advance:
|
35
|
+
schema: BankTransferInAdvance
|
36
|
+
text: Transferencia bancaria
|
37
|
+
footer:
|
38
|
+
made_with_sutty: |
|
39
|
+
Sitio hecho con [Sutty](https://sutty.nl/es/). [Publicá el tuyo
|
40
|
+
:)](https://panel.sutty.nl/).
|
41
|
+
links:
|
42
|
+
- text: "Política de privacidad"
|
43
|
+
url: "politica-de-privacidad/"
|
44
|
+
- text: "Código de conducta"
|
45
|
+
url: "codigo-de-conducta/"
|
46
|
+
contact:
|
47
|
+
thanks: gracias
|
48
|
+
form:
|
49
|
+
fields:
|
50
|
+
- type: "text"
|
51
|
+
autocomplete: "sex"
|
52
|
+
name: "pronouns"
|
53
|
+
label: "Pronombres"
|
54
|
+
placeholder: "¿Qué pronombres usás?"
|
55
|
+
- type: "text"
|
56
|
+
autocomplete: "name"
|
57
|
+
name: "name"
|
58
|
+
label: "Nombre"
|
59
|
+
placeholder: "Nombre elegido, pseudónimo, alias"
|
60
|
+
- type: "email"
|
61
|
+
autocomplete: "email"
|
62
|
+
name: "from"
|
63
|
+
label: "Correo electrónico"
|
64
|
+
- type: "street-address"
|
65
|
+
name: "contact"
|
66
|
+
label: "Dirección de envío / Otra forma de contacto"
|
67
|
+
body: Mensaje
|
68
|
+
gdpr: Acepto las políticas de privacidad
|
69
|
+
submit: Enviar
|
@@ -0,0 +1,174 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
type: 'string'
|
4
|
+
required: true
|
5
|
+
label:
|
6
|
+
es: 'Título del libro'
|
7
|
+
en: 'Book title'
|
8
|
+
description:
|
9
|
+
type: 'text'
|
10
|
+
required: true
|
11
|
+
label:
|
12
|
+
es: 'Alerta de contenido o sinopsis del libro'
|
13
|
+
en: 'Content warning or book synopsis'
|
14
|
+
help:
|
15
|
+
es: |
|
16
|
+
Resumen del contenido del libro, que también usarán redes
|
17
|
+
sociales y buscadores. Si el libro trata de violencias y otros
|
18
|
+
temas sensibles, te invitamos a usar este campo como alerta de
|
19
|
+
contenido, para que las personas puedan determinar cuándo quieren
|
20
|
+
abrirlo.
|
21
|
+
en: |
|
22
|
+
Summary of the book contents, also used by social media and search
|
23
|
+
engines. If the book is about violence and other sensitive
|
24
|
+
topics, we invite you to use it as a content warning, so others
|
25
|
+
can decide when they want to read it.
|
26
|
+
availability:
|
27
|
+
type: 'boolean'
|
28
|
+
label:
|
29
|
+
es: 'Disponible'
|
30
|
+
en: 'Available'
|
31
|
+
help:
|
32
|
+
es: 'Si el libro está fuera de stock o no disponible, deshabilita esta opción'
|
33
|
+
en: 'If the book is out of stock or not available, disable this option'
|
34
|
+
price:
|
35
|
+
type: 'text'
|
36
|
+
label:
|
37
|
+
es: Precio
|
38
|
+
en: Pricing
|
39
|
+
help:
|
40
|
+
es: "El precio del libro, por ejemplo 100.99"
|
41
|
+
en: "The book's price, for instance 100.99"
|
42
|
+
currency:
|
43
|
+
type: 'text'
|
44
|
+
label:
|
45
|
+
es: La moneda (ARS, USD, EUR, BTC, etc.)
|
46
|
+
en: The currency (USD, EUR, BTC, etc.)
|
47
|
+
delivery_methods:
|
48
|
+
type: 'array'
|
49
|
+
label:
|
50
|
+
es: 'Métodos de entrega'
|
51
|
+
en: 'Delivery methods'
|
52
|
+
help:
|
53
|
+
es: 'Selecciona los métodos de entrega disponibles'
|
54
|
+
en: 'Select the available delivery methods'
|
55
|
+
values:
|
56
|
+
direct_download:
|
57
|
+
es: 'Descarga directa'
|
58
|
+
en: 'Direct download'
|
59
|
+
pick_up:
|
60
|
+
es: 'Retiro en domicilio'
|
61
|
+
es: 'Pick up'
|
62
|
+
mail:
|
63
|
+
es: 'Envío por correo'
|
64
|
+
es: 'Mail'
|
65
|
+
payment_methods:
|
66
|
+
type: 'array'
|
67
|
+
label:
|
68
|
+
es: 'Métodos de pago'
|
69
|
+
en: 'Payment methods'
|
70
|
+
help:
|
71
|
+
es: 'Selecciona los métodos de pago disponibles'
|
72
|
+
en: 'Select the available payment methods'
|
73
|
+
values:
|
74
|
+
cash:
|
75
|
+
es: 'Efectivo'
|
76
|
+
en: 'Cash'
|
77
|
+
direct_debit:
|
78
|
+
es: 'Pago electrónico'
|
79
|
+
en: 'Electronic payment'
|
80
|
+
bank_transfer_in_advance:
|
81
|
+
es: 'Transferencia bancaria'
|
82
|
+
en: 'Bank transfer'
|
83
|
+
size:
|
84
|
+
type: 'string'
|
85
|
+
label:
|
86
|
+
es: 'Tamaño del libro'
|
87
|
+
en: 'Book size'
|
88
|
+
help:
|
89
|
+
es: 'Por ejemplo: 10x14cm'
|
90
|
+
en: 'For instance: 10x14cm'
|
91
|
+
pages:
|
92
|
+
type: 'number'
|
93
|
+
label:
|
94
|
+
es: 'Cantidad de páginas'
|
95
|
+
en: 'Number of pages'
|
96
|
+
author:
|
97
|
+
type: 'array'
|
98
|
+
label:
|
99
|
+
es: 'Autores'
|
100
|
+
en: 'Authors'
|
101
|
+
help:
|
102
|
+
es: 'Quiénes participaron en la escritura de este libro'
|
103
|
+
en: 'Who collaborated in write this book'
|
104
|
+
image:
|
105
|
+
type: 'image'
|
106
|
+
path:
|
107
|
+
label:
|
108
|
+
es: 'Cubierta del libro'
|
109
|
+
en: 'Book cover'
|
110
|
+
help:
|
111
|
+
es: 'Resolución recomendada: 1280 píxeles de ancho'
|
112
|
+
en: 'Recommended resolution: 1280 pixels width'
|
113
|
+
description:
|
114
|
+
label:
|
115
|
+
es: 'Descripción de la cubierta'
|
116
|
+
en: 'Book cover description'
|
117
|
+
help:
|
118
|
+
es: Describe la cubierta para usuaries no videntes y buscadores
|
119
|
+
en: |
|
120
|
+
Describe the book cover for blind or partially sighted users and
|
121
|
+
search engines
|
122
|
+
content:
|
123
|
+
type: 'content'
|
124
|
+
label:
|
125
|
+
es: 'Contenido del artículo'
|
126
|
+
en: 'Post content'
|
127
|
+
help:
|
128
|
+
es: 'Escribe aquí el artículo'
|
129
|
+
en: 'Write down your post'
|
130
|
+
permalink:
|
131
|
+
type: 'string'
|
132
|
+
label:
|
133
|
+
es: 'Enlace'
|
134
|
+
en: 'Permalink'
|
135
|
+
help:
|
136
|
+
es: |
|
137
|
+
Si no quieres utilizar el formato de enlaces general del sitio
|
138
|
+
para este artículo, especifica uno aquí.
|
139
|
+
en: |
|
140
|
+
If you don't want to follow the site's link format for this
|
141
|
+
post, change it here.
|
142
|
+
categories:
|
143
|
+
type: 'array'
|
144
|
+
label:
|
145
|
+
es: 'Categorías'
|
146
|
+
en: 'Categories'
|
147
|
+
help:
|
148
|
+
es: 'Ayudan a organizar los artículos en temas'
|
149
|
+
en: 'Use categories to organize posts by themes'
|
150
|
+
tags:
|
151
|
+
type: 'array'
|
152
|
+
label:
|
153
|
+
es: 'Etiquetas'
|
154
|
+
en: 'Tags'
|
155
|
+
help:
|
156
|
+
es: 'Usa etiquetas para resaltar palabras clave'
|
157
|
+
en: 'Tags are helpful as keywords'
|
158
|
+
draft:
|
159
|
+
type: 'boolean'
|
160
|
+
label:
|
161
|
+
es: 'Borrador'
|
162
|
+
en: 'Draft'
|
163
|
+
help:
|
164
|
+
es: 'Este artículo aun no está listo para publicar'
|
165
|
+
en: "This post isn't ready to be published yet"
|
166
|
+
order:
|
167
|
+
type: 'order'
|
168
|
+
label:
|
169
|
+
es: 'Orden'
|
170
|
+
en: 'Order'
|
171
|
+
help:
|
172
|
+
es: 'La posición del artículo en la lista de artículos'
|
173
|
+
en: 'The post position in the posts list'
|
174
|
+
---
|