diff --git a/Gemfile b/Gemfile
index f77f58a..ee0bef6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
source 'https://mirrors.tuna.tsinghua.edu.cn/rubygems/'
gem 'github-pages'
gem 'jekyll-babel'
-gem 'jekyll-fontawesome-svg'
+gem 'jekyll-fontawesome-svg', '~> 0.4.0'
gem 'jekyll-minifier'
diff --git a/_layouts/index.html b/_layouts/index.html
index c7a590d..ffdee91 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -58,7 +58,7 @@
new
{{/if}}
{{if help_url}}
- {% endraw %}{% fa_svg fas.fa-question-circle %}{% raw %}[Help]
+ {% endraw %}{% fa_svg fas.fa-circle-question %}{% raw %}[Help]
{{/if}}
@@ -75,7 +75,7 @@
:data-content="mir.description" :href="getURL(mir)" :aria-label="mir.name + ', ' + mir.description">
{{mir.name}}
new
- {% endraw %}{% fa_svg fas.fa-question-circle %}{% raw %}[Help]
+ {% endraw %}{% fa_svg fas.fa-circle-question %}{% raw %}[Help]
{% endraw %}{% fa_svg fab.fa-github %}{% raw %}[GitHub Release]
|
@@ -110,7 +110,7 @@
{{news.date | date: "%Y-%m-%d"}} {{news.title}}
{% endfor %}
-
+
{% fa_svg fas.fa-link %} 域名选择
@@ -126,7 +126,7 @@
{% unless page.legacy or site.hide_download or site.issue %}
- {% fa_svg far.fa-file-archive %} 下载链接
+ {% fa_svg far.fa-file-zipper %} 下载链接
常用发行版 iso 和应用工具安装包直接下载
- {% fa_svg fas.fa-external-link-alt %} 相关链接
+ {% fa_svg fas.fa-arrow-up-right-from-square %} 相关链接
- 使用帮助
{% unless site.issue %}
|