mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-19 10:31:18 +00:00
17 lines
No EOL
601 B
HTML
17 lines
No EOL
601 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article>
|
|
<header>
|
|
<h2>{{ page.title }}</h2>
|
|
<span><i class="icon-clock"></i><time datetime="{{page.date|date:"%F"}}">{{page.date|date:"%b %d, %Y"}}</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> |