mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Finished blog.
This commit is contained in:
8
tpl/blog_entry.html
Normal file
8
tpl/blog_entry.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user