mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-18 02:07:05 +01:00
layouts/_default/baseof.html: Fix comment about RTL
It's not just Arabic anymore now that I added Farsi strings!
This commit is contained in:
parent
13449f1519
commit
63241061dd
@ -13,7 +13,7 @@
|
|||||||
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
||||||
|
|
||||||
{{ if or (eq .Lang "ar") (eq .Lang "fa") }}
|
{{ if or (eq .Lang "ar") (eq .Lang "fa") }}
|
||||||
{{ "<!-- ar -->" | safeHTML }}
|
{{ "<!-- RTL -->" | safeHTML }}
|
||||||
{{ $styleRtl := resources.Get "css/style.rtl.css" | resources.Fingerprint }}
|
{{ $styleRtl := resources.Get "css/style.rtl.css" | resources.Fingerprint }}
|
||||||
<link href="{{ $styleRtl.Permalink }}" rel="stylesheet"{{ if not .Site.Params.disable_sri }} integrity="{{ $styleRtl.Data.Integrity }}" crossorigin="anonymous"{{ end }}>
|
<link href="{{ $styleRtl.Permalink }}" rel="stylesheet"{{ if not .Site.Params.disable_sri }} integrity="{{ $styleRtl.Data.Integrity }}" crossorigin="anonymous"{{ end }}>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
Loading…
Reference in New Issue
Block a user