mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Upgrade fa-icons
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
This commit is contained in:
parent
45fb4f57cb
commit
8b290a740f
2
Gemfile
2
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'
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
<span class="label label-new">new</span>
|
||||
{{/if}}
|
||||
{{if help_url}}
|
||||
<a href="{{help_url}}"><i aria-hidden="true" class="question-circle" title="Help">{% endraw %}{% fa_svg fas.fa-question-circle %}{% raw %}</i><span class="sr-only">[Help]</span></a>
|
||||
<a href="{{help_url}}"><i aria-hidden="true" class="question-circle" title="Help">{% endraw %}{% fa_svg fas.fa-circle-question %}{% raw %}</i><span class="sr-only">[Help]</span></a>
|
||||
{{/if}}
|
||||
</td>
|
||||
<td>
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
:data-content="mir.description" :href="getURL(mir)" :aria-label="mir.name + ', ' + mir.description">
|
||||
{{mir.name}}
|
||||
<span class="label label-new" v-if='mir.is_new'>new</span>
|
||||
<a v-if='mir.help_url' :href="mir.help_url"><i aria-hidden="true" class="question-circle" title="Help">{% endraw %}{% fa_svg fas.fa-question-circle %}{% raw %}</i><span class="sr-only">[Help]</span></a>
|
||||
<a v-if='mir.help_url' :href="mir.help_url"><i aria-hidden="true" class="question-circle" title="Help">{% endraw %}{% fa_svg fas.fa-circle-question %}{% raw %}</i><span class="sr-only">[Help]</span></a>
|
||||
<a v-if='mir.github_release' href="javascript:void(0)"><i aria-hidden="true" title="GitHub Release">{% endraw %}{% fa_svg fab.fa-github %}{% raw %}</i><span class="sr-only">[GitHub Release]</span></a>
|
||||
</td>
|
||||
<td class="col-md-4">
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
<li><a href="/news/#{{news.slug}}"><strong>{{news.date | date: "%Y-%m-%d"}}</strong> {{news.title}}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<div class="text-right"><a href="/news/"> more {% fa_svg fas.fa-angle-double-right %} </a></div>
|
||||
<div class="text-right"><a href="/news/"> more {% fa_svg fas.fa-angles-right %} </a></div>
|
||||
</div>
|
||||
<div class="thuhidden {%if site.issue%}col-md-4{%endif%}">
|
||||
<h4> {% fa_svg fas.fa-link %} 域名选择 </h4>
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
</div>
|
||||
{% unless page.legacy or site.hide_download or site.issue %}
|
||||
<div id="download-link">
|
||||
<h4>{% fa_svg far.fa-file-archive %} 下载链接 </h4>
|
||||
<h4>{% fa_svg far.fa-file-zipper %} 下载链接 </h4>
|
||||
<p>常用发行版 iso 和应用工具安装包直接下载</p>
|
||||
<button type="button" class="btn btn-info" data-toggle="modal" data-target="#isoModal">
|
||||
获取下载链接
|
||||
|
|
@ -142,7 +142,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div {%if site.issue%}class="col-md-2"{%endif%}>
|
||||
<h4> {% fa_svg fas.fa-external-link-alt %} 相关链接 </h4>
|
||||
<h4> {% fa_svg fas.fa-arrow-up-right-from-square %} 相关链接 </h4>
|
||||
<ul>
|
||||
<li><a href="/help/">使用帮助</a></li>
|
||||
{% unless site.issue %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue