mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-25 13:09:35 +00:00
16 lines
No EOL
605 B
HTML
16 lines
No EOL
605 B
HTML
---
|
|
layout: default
|
|
---
|
|
<article>
|
|
<header>
|
|
<h2>{{ page.title }}</h2>
|
|
<span><i class="icon-clock"></i><time datetime="{{ page.date | global.date }}">{{ page.date | global.date }}</time></span><br/>
|
|
<span class="category"><i class="icon-tag"></i> {{ page.categories | category_links }}</span><br/>
|
|
<span class="author"><i class="icon-user"></i> {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}</span>
|
|
</header>
|
|
|
|
<div class="entry">{{ content }}</div>
|
|
|
|
<footer><!-- additional info --></footer>
|
|
|
|
</article> |