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.
 
 
 

11 lines
423 B

<div class="github-embed github-embed-user <?= $data['logo_class'] ?>">
<p>
<a href="https://github.com/<?= esc_attr( $data['owner'] ) ?>" target="_blank">
<strong>
<?= esc_html( $data['owner'] ) ?>
</strong>
</a>
<br>
<?= esc_html( number_format_i18n( $data['owner_info']->public_repos ) ) ?> repositories, <?= esc_html( number_format_i18n( $data['owner_info']->followers ) ) ?> followers.
</p>
</div>