Sha256: cd4c2efe0fdb7e92e18cae2db3cc0da99c608c3d108027337bc2891ea594602b

Contents?: true

Size: 612 Bytes

Versions: 23

Compression:

Stored size: 612 Bytes

Contents

{%- assign english = page["eng"] -%}
<section class="field info">
  <p class="field-name">info</p>
  <div class="field-value">
    <ul class="labels">
      {% if english.entry_status -%}
        <li>status: {{ english.entry_status | escape }}</li>
      {% endif -%}

      {% if english.terms.first.normative_status -%}
        <li>classification: {{ english.terms.first.normative_status | escape }}</li>
      {% endif -%}

      {% for date in english.dates %}
        <li>date {{ date.type }}: {{ date.date | date: site.geolexica.concept_date_format }}</li>
      {% endfor %}
    </ul>
  </div>
</section>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
jekyll-geolexica-1.9.6 _includes/concept-info.html
jekyll-geolexica-1.9.5 _includes/concept-info.html
jekyll-geolexica-1.9.4 _includes/concept-info.html
jekyll-geolexica-1.9.3 _includes/concept-info.html
jekyll-geolexica-1.9.2 _includes/concept-info.html
jekyll-geolexica-1.9.1 _includes/concept-info.html
jekyll-geolexica-1.9.0 _includes/concept-info.html
jekyll-geolexica-1.8.15 _includes/concept-info.html
jekyll-geolexica-1.8.14 _includes/concept-info.html
jekyll-geolexica-1.8.13 _includes/concept-info.html
jekyll-geolexica-1.8.12 _includes/concept-info.html
jekyll-geolexica-1.8.11 _includes/concept-info.html
jekyll-geolexica-1.8.10 _includes/concept-info.html
jekyll-geolexica-1.8.9 _includes/concept-info.html
jekyll-geolexica-1.8.8 _includes/concept-info.html
jekyll-geolexica-1.8.7 _includes/concept-info.html
jekyll-geolexica-1.8.6 _includes/concept-info.html
jekyll-geolexica-1.8.5 _includes/concept-info.html
jekyll-geolexica-1.8.4 _includes/concept-info.html
jekyll-geolexica-1.8.3 _includes/concept-info.html