18 lines
346 B
HTML
18 lines
346 B
HTML
---
|
|
layout: default
|
|
---
|
|
<article class="post">
|
|
|
|
<header class="post-header">
|
|
<h1 class="post-title">{{ page.title }}</h1>
|
|
</header>
|
|
Autor: {{ page.author }} <br />
|
|
Data: {{ page.date }} <br/>
|
|
Download: <a href='{{page.name}}'>{{page.name}}</a>
|
|
|
|
<div class="post-content">
|
|
<pre><code>{{ content }}</code></pre>
|
|
</div>
|
|
|
|
</article>
|