diff --git a/templates/repository.php b/templates/repository.php index 81f6e44..fce6803 100644 --- a/templates/repository.php +++ b/templates/repository.php @@ -1,22 +1,22 @@ -
- + - = esc_html( $data['repo']->description ) ?> + description ) ?> - = esc_html( $data['repo']->html_url ) ?> - = esc_html( number_format_i18n( $data['repo']->forks_count ) ) ?> forks. - = esc_html( number_format_i18n( $data['repo']->stargazers_count ) ) ?> stars. - = esc_html( number_format_i18n( $data['repo']->open_issues_count ) ) ?> open issues. + html_url ) ?> + forks_count ) ) ?> forks. + stargazers_count ) ) ?> stars. + open_issues_count ) ) ?> open issues. Recent commits: