Sha256: 10639fb226ef4cade60d66bdcde417bb48904765e4e727906bffb173e020d1ec
Contents?: true
Size: 525 Bytes
Versions: 2
Compression:
Stored size: 525 Bytes
Contents
--- layout: default --- <article class="post"> <header class="post-header"> <h1 class="post-title">{{ page.title | escape }}</h1> </header> {% if page.author %} <dl> {% for author in page.author %} <dt class="author">{{ author.name | escape }}</dt> <dd class="author">{{ author.affiliation }}</dd> {% endfor %} </dl> {% endif %} {% if page.date %} <p class="date">{{ page.date | date: "%e %B %Y" }}</p> {% endif %} <div class="post-content"> {{ content }} </div> </article>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
minima-scholar-2.5.3 | _layouts/page.html |
minima-scholar-2.5.1 | _layouts/page.html |