Get post data associated with current blog post being read
This commit is contained in:
parent
550b1410e3
commit
110720ea59
9 changed files with 38 additions and 21 deletions
|
@ -13,7 +13,7 @@
|
|||
</script>
|
||||
|
||||
<div class="news-card">
|
||||
<a href=/post/{post_url}>
|
||||
<a href={post_url}>
|
||||
<div class="thumbnail">
|
||||
<img src={thumbnail_url} alt={thumbnail_alt}/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue