Merge branch 'adityatelange:master' into master

This commit is contained in:
Wen 2022-05-18 22:12:51 +08:00 committed by GitHub
commit b21b0ee11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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>