Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2><i class="far fa-check-circle"></i>簡潔</h2>
<p>嚴格規範執行檔、函式庫、文件、設定檔的路徑。系統設定檔也集中管理,想做系統調整時都有跡可循,您不會迷失在眾多紛亂的設定檔之中。</p>
</div>
<div class="col-md-6 character">
<h2><i class="fas fa-sync-alt"></i></span>漸進式升級</h2>
<h2><i class="fas fa-sync-alt"></i>漸進式升級</h2>
<p>從 Linux 核心到成千上萬的應用軟體,Arch 套件維護者皆致力跟上軟體最新版本,採用 rolling upgrade,您的 Arch 每天都是最新版。</p>
</div>
<div class="col-md-6 character">
Expand All @@ -40,7 +40,7 @@ <h2><i class="fas fa-globe"></i>活躍的社群</h2>
<div class="col-md-4 posts">
<div class="row">
<div class="col-md-12">
<h2><i class="fas fa-bell"></i></span>最新消息</h2>
<h2><i class="fas fa-bell"></i>最新消息</h2>
<ul class="posts">
{% for post in site.posts limit:5 %}
<li class="post">
Expand Down