mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Move everything into a “blog” directory
This commit is contained in:
10
blog/layouts/post/teaser.html
Normal file
10
blog/layouts/post/teaser.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<article class="post">
|
||||
<h1 class="post-title">
|
||||
<a href="{{ .RelPermalink }}">
|
||||
{{ .Title }}
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
{{ .Summary }}
|
||||
|
||||
</article>
|
||||
Reference in New Issue
Block a user