ghuser.html 999 B

1234567891011121314
  1. <figure class="githubUser {{ .Get "mode" }} " github-user="{{ .Get "user" }}">
  2. <img class="excludeSummary" src="https://avatars.githubusercontent.com/{{ lower ( .Get "user" ) }}">
  3. <figcaption>
  4. <h2 ghresolve-bio="title" alt="{{ .Get "user" }}" class="ghname" ghresolve-name="innerText">
  5. {{ .Get "user" }}
  6. </h2>
  7. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  8. <div>
  9. <a alt="github link" title="Github" href="https://github.com/{{ lower ( .Get "user" ) }}" class="excludeSummary"><i class="fab fa-github"></i></a>
  10. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  11. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  12. </div>
  13. </figcaption>
  14. </figure>