36 | {article.title || "--"} 37 |
38 |39 | {moment(article.published).format("MMM Do, YYYY")} 40 |
41 |42 |
Loading...
40 | ) : ( 41 |44 | All Medium Posts 45 |
46 | 47 | {/* Rendering articles */} 48 | {data && data.length > 0 ? ( 49 |56 | {article.title} 57 |
58 | 59 | {/* Rendering article metadata */} 60 |61 | {moment(article.published).format("MMM Do YY")} 62 | 64 | router.push(`/${article.title}`) 65 | } 66 | className="custom-red-text ml-4 cursor-pointer" 67 | > 68 | Read more 69 | 70 |
71 |80 | No articles yet, please check back 81 |
82 |