Skip to content

Feature request: Replace icon-github with github avatar #9

@JanrikV

Description

@JanrikV

In repo.htm.

<i class="icon icon-github"></i>

Github icon can be replaced by avatar_url.

<a href="{{ repo.owner.html_url }}"> <img src="{{repo.owner.avatar_url}}" class="github_avatar" /> </a>

Github avatar style class:

.github_avatar { border-radius: 50%; width: 32px; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions