[Groonga-mysql-commit] mroonga/mroonga.github.com at 7447a63 [master] Use predefined version and release date variable

Back to archive index

Kentaro Hayashi null+****@clear*****
Thu Feb 9 14:28:27 JST 2017


Kentaro Hayashi	2017-02-09 14:28:27 +0900 (Thu, 09 Feb 2017)

  New Revision: 7447a63721f67544796682a36aa98e2a2120d8a3
  https://github.com/mroonga/mroonga.github.com/commit/7447a63721f67544796682a36aa98e2a2120d8a3

  Message:
    Use predefined version and release date variable

  Modified files:
    index.html
    ja/index.html

  Modified: index.html (+1 -1)
===================================================================
--- index.html    2017-02-09 14:28:13 +0900 (c06cc8b)
+++ index.html    2017-02-09 14:28:27 +0900 (b59f3f9)
@@ -12,7 +12,7 @@ no_sidebar: true
     </section>
     <section id="latest">
       <h2>The latest release</h2>
-      <p><a href="docs/news.html#release-6-13">6.13</a> is the latest release. It had been released at 2017-01-13.</p>
+      <p><a href="docs/news.html#release-{{ site.mroonga_version | replace: ".", "-" }}">{{ site.mroonga_version }}</a> is the latest release. It had been released at {{ site.mroonga_release_date }}.</p>
       <p class="detail-link"><a href="docs/install.html" class="install">Install</a></p>
     </section>
   </div>

  Modified: ja/index.html (+1 -1)
===================================================================
--- ja/index.html    2017-02-09 14:28:13 +0900 (62b74a8)
+++ ja/index.html    2017-02-09 14:28:27 +0900 (a26f21b)
@@ -12,7 +12,7 @@ no_sidebar: true
     </section>
     <section id="latest">
       <h2>最新リリース</h2>
-      <p>2017-01-13にリリースされた<a href="docs/news.html#release-6-13">6.13</a>が最新リリースです。</p>
+      <p>{{ site.mroonga_release_date }}にリリースされた<a href="docs/news.html#release-{{ site.groonga_version | replace: ".", "-" }}">{{ site.mroonga_version }}</a>が最新リリースです。</p>
       <p class="detail-link"><a href="docs/install.html" class="install">インストール</a></p>
     </section>
   </div>
-------------- next part --------------
HTML����������������������������...
Télécharger 



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