瀏覽代碼

removing icon name from copy paste icon example

Dave Gandy 11 年之前
父節點
當前提交
5e4f9fda45
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/_layouts/icon.html

+ 1 - 1
src/_layouts/icon.html

@@ -48,7 +48,7 @@ relative_path: ../../
           </div>
         </div>
 {% highlight html %}
-<i class="fa fa-{{ page.icon.id }}"></i> fa-{{ page.icon.id }}
+<i class="fa fa-{{ page.icon.id }}"></i>
 {% endhighlight %}
         <br>
         <div class="lead"><i class="fa fa-info-sign"></i> Looking for more? Check out the <a href="{{ page.relative_path }}examples/">examples</a>.</div>