YUKI Hiroshi
null+****@clear*****
Fri Sep 26 13:07:48 JST 2014
YUKI Hiroshi 2014-09-26 13:07:48 +0900 (Fri, 26 Sep 2014) New Revision: 9193b6552bdc8af353f2e9ff106d8ea204e75e08 https://github.com/droonga/droonga.org/commit/9193b6552bdc8af353f2e9ff106d8ea204e75e08 Message: Add templates for ja news Added files: _includes/news-item.ja.html _layouts/news-item.ja.html _layouts/news.ja.html Added: _includes/news-item.ja.html (+14 -0) 100644 =================================================================== --- /dev/null +++ _includes/news-item.ja.html 2014-09-26 13:07:48 +0900 (3da96a7) @@ -0,0 +1,14 @@ +<article> + <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 }} + + {% include social-widgets.html target=post %} +</article> Added: _layouts/news-item.ja.html (+16 -0) 100644 =================================================================== --- /dev/null +++ _layouts/news-item.ja.html 2014-09-26 13:07:48 +0900 (ea97b1e) @@ -0,0 +1,16 @@ +--- +layout: news.ja +show_title: false +--- + +<article> + <div class="well"> + <h1>{{ page.title }}</h1> + <i class="fa fa-calendar-o"></i> + {{ page.date | date: '%Y-%m-%d' }} + </div> + + {{ content }} + + {% include social-widgets.html target=page %} +</article> Added: _layouts/news.ja.html (+8 -0) 100644 =================================================================== --- /dev/null +++ _layouts/news.ja.html 2014-09-26 13:07:48 +0900 (eabd278) @@ -0,0 +1,8 @@ +--- +layout: ja +use_social_widgets: true +--- + +<section class="news"> + {{ content }} +</section> -------------- next part -------------- HTML����������������������������... Download