diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-01-20 14:05:30 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-01-20 14:05:30 +0100 |
commit | 5911221d9fca1c1cfb4c9a31ad159d39461e9b7f (patch) | |
tree | ef9c07d156edeb6b37bfc777a54cd432cd9dadb3 /templates | |
parent | 0096ed535d58552a3882e6b6672d5944abf40b81 (diff) | |
download | rocket-blog-5911221d9fca1c1cfb4c9a31ad159d39461e9b7f.tar.gz rocket-blog-5911221d9fca1c1cfb4c9a31ad159d39461e9b7f.tar.bz2 rocket-blog-5911221d9fca1c1cfb4c9a31ad159d39461e9b7f.zip |
Remove obsolete post_teaser partial template.
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> |