Merge branch 'adityatelange:master' into master
This commit is contained in:
commit
b21b0ee11b
@ -1,8 +1,8 @@
|
|||||||
- id: prev_page
|
- id: prev_page
|
||||||
translation: "Página anterior"
|
translation: "Anterior"
|
||||||
|
|
||||||
- id: next_page
|
- id: next_page
|
||||||
translation: "Página siguiente"
|
translation: "Siguiente"
|
||||||
|
|
||||||
- id: read_time
|
- id: read_time
|
||||||
translation:
|
translation:
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
{{- with .buttons }}
|
{{- with .buttons }}
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
{{- range . }}
|
{{- range . }}
|
||||||
<a class="button" href="{{ trim .url " " }}" rel="noopener" title="{{ .name | title }}">
|
<a class="button" href="{{ trim .url " " }}" rel="noopener" title="{{ .name }}">
|
||||||
<span class="button-inner">{{ .name | title }}</span>
|
<span class="button-inner">{{ .name }}</span>
|
||||||
</a>
|
</a>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user