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

github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyao Wei <yiyao.wei@icloud.com>2021-05-19 19:42:36 +0300
committerYiyao Wei <yiyao.wei@icloud.com>2021-05-19 19:42:36 +0300
commit9c3a7d3fc1b8228933acc2e3630d6264ab27e12f (patch)
treedb70ee7c82201a893ddb88ddd12f302eb8dd9590 /layouts
parentb35b9b12ccc6aa4451e50bc5b8604587d444afc6 (diff)
fix btn-link icons
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 3e11513..9f03e29 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -60,7 +60,7 @@
<p>{{ .content | markdownify }}</p>
{{ if .button.enable }}
{{ with .button }}
- <a href="{{ .link | relURL }}" title="{{ .label }}" class="btn-link">{{ .label }} <i class="ti-arrow-right"></i></a>
+ <a href="{{ .link | relURL }}" title="{{ .label }}" class="btn-link">{{ .label }} <i class="fas fa-arrow-right"></i></a>
{{ end }}
{{ end }}
</div>
@@ -90,7 +90,7 @@
<p>{{ .content | markdownify }}</p>
{{ if .button.enable }}
{{ with .button }}
- <a href="{{ .link | relURL }}" title="{{ .label }}" class="btn-link">{{ .label }} <i class="ti-arrow-right"></i></a>
+ <a href="{{ .link | relURL }}" title="{{ .label }}" class="btn-link">{{ .label }} <i class="fas fa-arrow-right"></i></a>
{{ end }}
{{ end }}
</div>
@@ -145,4 +145,4 @@
{{ end }}
<!-- /call to action -->
-{{ end }} \ No newline at end of file
+{{ end }}