Sha256: 387ea1b8b50c8597cfa84070fcaab143fbfca0b2da5a2c866aaf0d2e728396c9
Contents?: true
Size: 715 Bytes
Versions: 3
Compression:
Stored size: 715 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 -%} {% if english.date_accepted -%} <li>date accepted: {{ english.date_accepted | date: "%F" }}</li> {% endif -%} {% if english.date_amended -%} <li>date amended: {{ english.date_amended | date: "%F" }}</li> {%- endif %} </ul> </div> </section>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-geolexica-1.2.0 | _includes/concept-info.html |
jekyll-geolexica-1.1.0 | _includes/concept-info.html |
jekyll-geolexica-1.0.2 | _includes/concept-info.html |