Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/widgets/about.html')
-rw-r--r--layouts/partials/widgets/about.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/partials/widgets/about.html b/layouts/partials/widgets/about.html
index 3c04d22..42d751a 100644
--- a/layouts/partials/widgets/about.html
+++ b/layouts/partials/widgets/about.html
@@ -1,7 +1,7 @@
<div class="flex flex-col md:flex-row items-center justify-center mb-12">
{{ $img := partial "utils/get-image" (dict "context" . "url" .Params.avatar "keyword" "*avatar*")}}
{{ with $img }}
- <div class="flex-none w-48 mx-auto md:ml-0 md:mr-8 md:pr-8 md:border-r">
+ <div class="flex-none w-48 mx-auto md:ms-0 md:me-8 md:pe-8 md:border-e">
<img src="{{ . }}" class="rounded-full" alt="Avatar">
</div>
{{ end }}
@@ -15,11 +15,11 @@
{{ end }}
<div class="flex flex-wrap">
{{ with .Params.role }}
- <span class="pl-4">{{ . | markdownify }}</span>
+ <span class="ps-4">{{ . | markdownify }}</span>
{{ end }}
{{ with .Params.organization }}
- <a href="{{ .url }}" class="pl-4">{{ .name | markdownify }}</a>
+ <a href="{{ .url }}" class="ps-4">{{ .name | markdownify }}</a>
{{ end }}
</div>
@@ -31,7 +31,7 @@
</div>
{{ end }}
</div>
- <div class="flex md:flex-col justify-center items-end ml-8">
+ <div class="flex md:flex-col justify-center items-end ms-8">
{{ $brand := $.Param "social"}}
{{ range $brand }}
{{/* Deprecation warning(v1.0.0) starts */}}
@@ -41,7 +41,7 @@
{{ $iconPack := .iconPack | default .icon_pack }}
{{/* Deprecation warning(v1.0.0) ends */}}
{{ $src := print $iconPack " fa-" .icon }}
- <div class="pb-2 pr-4 md:pr-0 pt-4 md:pt-0">
+ <div class="pb-2 pe-4 md:pe-0 pt-4 md:pt-0">
<a href="{{ .url }}"><i class="{{ print $src }}"></i></a>
</div>
{{ end }}