You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
533 B
13 lines
533 B
<{{ tag }} {{ attributes }}> |
|
<div class="card-header"><small class="text-uppercase">{{ category }}</small></div> |
|
<div class="card-body"> |
|
<small>{{ article.createdAt|date('F j') }}</small> |
|
<h1 class="card-title">{{ article.title }}</h1> |
|
<p class="lede"> |
|
{{ article.summary }} |
|
</p> |
|
</div> |
|
<div class="card-footer"> |
|
<a href="{{ path('author-profile', { npub: article.pubkey })}}"><twig:Molecules:UserFromNpub npub="{{ article.pubkey }}" /></a> |
|
</div> |
|
</{{ tag }}>
|
|
|