Created
December 23, 2020 08:10
-
-
Save vini-btc/f87e35f4fb84f73fe3f2f31a3053bfbe to your computer and use it in GitHub Desktop.
Embedding Medium Posts - 2
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
section | |
h2 Latest Posts | |
each post in posts | |
article | |
a(href=post.link) | |
h3= post.title | |
p= post['content:encodedSnippet'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment