source-file.html (598B)
1 {#- 2 This file was automatically generated - do not edit 3 -#} 4 <hr> 5 <div class="md-source-file"> 6 <small> 7 {% if page.meta.git_revision_date_localized %} 8 {{ lang.t("source.file.date.updated") }}: 9 {{ page.meta.git_revision_date_localized }} 10 {% if page.meta.git_creation_date_localized %} 11 <br> 12 {{ lang.t("source.file.date.created") }}: 13 {{ page.meta.git_creation_date_localized }} 14 {% endif %} 15 {% elif page.meta.revision_date %} 16 {{ lang.t("source.file.date.updated") }}: 17 {{ page.meta.revision_date }} 18 {% endif %} 19 </small> 20 </div>