🌐 Add RTL language support

This commit is contained in:
James Panther
2022-01-11 16:17:49 +11:00
parent 1b9b660abe
commit cdf56a1e11
15 changed files with 161 additions and 36 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
>
{{ end }}
{{ if and .Draft .Site.Params.article.showDraftLabel }}
<div class="ml-2">
<div class="ltr:ml-2 rtl:mr-2">
{{ partial "badge.html" (i18n "article.draft" | emojify) }}
</div>
{{ end }}