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/components/post-edit.html')
-rw-r--r--layouts/partials/components/post-edit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/components/post-edit.html b/layouts/partials/components/post-edit.html
index 5a87dc6..aca9f44 100644
--- a/layouts/partials/components/post-edit.html
+++ b/layouts/partials/components/post-edit.html
@@ -15,7 +15,7 @@
{{- $path = replace $path "https:/" "https://" 1 }}
<a href="{{ $path }}" title="Edit this page">
- <i class="fas fa-edit mr-1"></i>
+ <i class="fas fa-edit me-1"></i>
<span>{{ i18n "editThisPage" }}</span>
</a>
</div>
@@ -30,7 +30,7 @@
{{ $path = replace $path "https:/" "https://" 1 }}
<a href="{{ $path }}" title="Edit this page">
- <i class="fas fa-edit mr-1"></i>
+ <i class="fas fa-edit me-1"></i>
<span>{{ i18n "editThisPage" }}</span>
</a>
</div>