mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
9 lines
234 B
HTML
9 lines
234 B
HTML
<section class="blog-entry">
|
|
<article>
|
|
<p>{{copy .Page .Content "date"}}</p>
|
|
<h2>
|
|
<a href="{{copy .Page .Content "link"}}">{{copy .Page .Content "headline"}}</a>
|
|
</h2>
|
|
</article>
|
|
</section>
|