From dd2e7587b700f4a928e969765252cf991b61836d Mon Sep 17 00:00:00 2001 From: simonpai Date: Mon, 13 Oct 2014 14:22:38 +0800 Subject: [PATCH] Clean up. --- _layouts/organic-index.html | 16 ---------------- _layouts/pesticide-formulation.html | 29 ----------------------------- 2 files changed, 45 deletions(-) delete mode 100644 _layouts/organic-index.html delete mode 100644 _layouts/pesticide-formulation.html diff --git a/_layouts/organic-index.html b/_layouts/organic-index.html deleted file mode 100644 index 402e33a..0000000 --- a/_layouts/organic-index.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: default -class: organic-index ---- - -
- - - -
diff --git a/_layouts/pesticide-formulation.html b/_layouts/pesticide-formulation.html deleted file mode 100644 index 61da29a..0000000 --- a/_layouts/pesticide-formulation.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: default -class: pesticide-formulation ---- - -
-
- {% for entry in page.data %} -
-

{{ entry.id }}

-
    -
  • 名稱:{{ entry.title }}
  • - {% if entry['zh-title'] %} -
  • 中文名稱:{{ entry['zh-title'] }}
  • - {% endif %} -
  • {{ entry.description }}
  • - {% if entry.forms %} - 特殊型式: -
      - {% for form in entry.forms %} -
    • {{ form.id }}:{{ form.title }}{% if form.description %} ({{ form.description }}){% endif %}
    • - {% endfor %} -
    - {% endif %} -
-
- {% endfor %} -
-