[Groonga-commit] droonga/droonga.org at c4bbc4f [gh-pages] Don't indent with 4 spaces in *.md files with templates, beacuase it is unexpectedly parsed as "preformatted text"

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Sep 26 13:16:08 JST 2014


YUKI Hiroshi	2014-09-26 13:16:08 +0900 (Fri, 26 Sep 2014)

  New Revision: c4bbc4f5f06877ac6147eacfb4a7fecf450a18e9
  https://github.com/droonga/droonga.org/commit/c4bbc4f5f06877ac6147eacfb4a7fecf450a18e9

  Message:
    Don't indent with 4 spaces in *.md files with templates, beacuase it is unexpectedly parsed as "preformatted text"

  Modified files:
    ja/news/index.md
    news/index.md

  Modified: ja/news/index.md (+4 -4)
===================================================================
--- ja/news/index.md    2014-09-26 13:08:58 +0900 (21acd03)
+++ ja/news/index.md    2014-09-26 13:16:08 +0900 (b13bfa7)
@@ -5,8 +5,8 @@ use_social_widgets: true
 ---
 
 {% for post in site.posts %}
-  {% if post.path contains "ja/news/" %}
-    {% include news-item.ja.html %}
-  {% else %}
-  {% endif %}
+{%   if post.path contains "ja/news/" %}
+{%     include news-item.html %}
+{%   else %}
+{%   endif %}
 {% endfor %}

  Modified: news/index.md (+4 -4)
===================================================================
--- news/index.md    2014-09-26 13:08:58 +0900 (62de60b)
+++ news/index.md    2014-09-26 13:16:08 +0900 (3235030)
@@ -5,8 +5,8 @@ use_social_widgets: true
 ---
 
 {% for post in site.posts %}
-  {% if post.path contains "ja/news/" %}
-  {% else %}
-    {% include news-item.html %}
-  {% endif %}
+{%   if post.path contains "ja/news/" %}
+{%   else %}
+{%     include news-item.html %}
+{%   endif %}
 {% endfor %}
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index