[Groonga-commit] droonga/droonga.org at 54dff76 [gh-pages] Refine news appearance

Zurück zum Archiv-Index

Yoji Shidara null+****@clear*****
Mon Nov 18 16:20:35 JST 2013


Yoji Shidara	2013-11-18 16:20:35 +0900 (Mon, 18 Nov 2013)

  New Revision: 54dff7605d33b879f938f1ef73044e3b6189c320
  https://github.com/droonga/droonga.org/commit/54dff7605d33b879f938f1ef73044e3b6189c320

  Message:
    Refine news appearance

  Modified files:
    _includes/news_item.html
    _layouts/news_item.html

  Modified: _includes/news_item.html (+9 -6)
===================================================================
--- _includes/news_item.html    2013-11-18 16:13:50 +0900 (5832ffc)
+++ _includes/news_item.html    2013-11-18 16:20:35 +0900 (e2e3d33)
@@ -1,9 +1,12 @@
 <article>
-  <h2>
-    <a href="{{ post.url }}">
-      {{ post.title }}
-    </a>
-  </h2>
-  <span class="label label-info">{{ post.date | date: '%Y-%m-%d' }}</span>
+  <div class="well">
+    <h2>
+      <a href="{{ post.url }}">
+        {{ post.title }}
+      </a>
+    </h2>
+    <i class="fa fa-calendar-o"></i>
+    {{ post.date | date: '%Y-%m-%d' }}
+  </div>
   {{ post.content }}
 </article>

  Modified: _layouts/news_item.html (+5 -4)
===================================================================
--- _layouts/news_item.html    2013-11-18 16:13:50 +0900 (523262b)
+++ _layouts/news_item.html    2013-11-18 16:20:35 +0900 (b11c8e7)
@@ -3,10 +3,11 @@ layout: news
 ---
 
 <article>
-  <h2>
-    {{ page.title }}
-  </h2>
-  <span class="label label-info">{{ page.date | date: '%Y-%m-%d' }}</span>
+  <div class="well">
+    <h2>{{ page.title }}</h2>
+    <i class="fa fa-calendar-o"></i>
+    {{ page.date | date: '%Y-%m-%d' }}
+  </div>
 
   {{ content }}
 </article>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index