diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-08-13 11:12:37 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-08-13 11:12:37 -0500 |
commit | 73e145884680242d64bc542afac09aee5f24b132 (patch) | |
tree | f96d12daaeeb330dae68cdba5c02c42162ff6840 /src/html/blog.html | |
parent | 09fdcb05b2c1fa7a51e4b4110c7317b5d0e361f4 (diff) |
Remove client JS requirement from /blog, convert new posts from markdown automatically
Diffstat (limited to 'src/html/blog.html')
-rw-r--r-- | src/html/blog.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/html/blog.html b/src/html/blog.html index c0662f7..03a37e4 100644 --- a/src/html/blog.html +++ b/src/html/blog.html @@ -33,22 +33,6 @@ <a class="navigation" href="/" title="marks.kitchen"><</a> Blog </h1> - <!-- <div id="feed" class="feed"> - <div class="card" v-for="post in posts"> - <p class="card-text" v-html="post.description"></p> - <div class="card-img"> - <span v-for="image in post.images"> - <a v-bind:href="image"><img v-bind:src="image"></a> - </span> - </div> - <p class="date"> - <a v-bind:href="'/blog/'+post.id">{{{ post.createdAt.substring(0,10) }}}</a> - <span v-for="tag in post.tags"> - <a class="tag" v-bind:href="'/tags#'+tag">{{tag}}</a> - </span> - </p> - </div> - </div> --> <div id="feed" class="feed"></div> </div> </body> |