UNPKG

hexo-talk

Version:

Creating a talk component or page in hexo post.

7 lines 220 B
<article class="card border border-{{border}}" style="width: 100%; margin-bottom: 2rem;"> <div class="card-body"> <h5 class="card-subtitle">{{date}}</h5> {{content}} </div> {{tags}} </article>