diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/post_teaser.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/post_teaser.html b/templates/post_teaser.html deleted file mode 100644 index 4d412ba..0000000 --- a/templates/post_teaser.html +++ /dev/null @@ -1,9 +0,0 @@ -<article class="post-teaser"> - <header> - <h1><a href="/posts/{{ .id }}">{{ .title }}</a></h1> - {{> post_actions.html }} - </header> - <section class="teaser"> - {{ .body }} - </section> -</article> |