UNPKG
hexo-talk
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Creating a talk component or page in hexo post.
hexo-talk
/
templates
/
Card.html
7 lines
•
220 B
HTML
View Raw
1
2
3
4
5
6
7
<
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
>