Created
May 27, 2020 15:17
-
-
Save khalidelboray/520b912b11fe2c4c9a5999bc2e7afbc2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <:sub post-review($post)> | |
| <article class="post"> | |
| <h4><$post.title></h4> | |
| <div class="media"> | |
| <div class="media-left"> | |
| <p class="image is-32x32"> | |
| <img src="<$post.author.img>"> | |
| </p> | |
| </div> | |
| <div class="media-content"> | |
| <div class="content"> | |
| <p> | |
| <a href="author/<$post.author.name>">@<$post.author.name></a> <$post.created> | |
| <@$post.tags : $tag> | |
| <span class="tag"><$tag></span> | |
| </@> | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </article> | |
| </:> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment