Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 492 Bytes

File metadata and controls

9 lines (9 loc) · 492 Bytes

{% if(typeof github === 'object' && github.username) { %}

  • {%= mdu.link('github/' + github.username, 'https://github.com/' + github.username) %} {% } else if(typeof github === 'string') { %}
  • {%= mdu.link('github/' + github, 'https://github.com/' + github) %} {% } else if(typeof username !== 'undefined') { %}
  • {%= mdu.link('github/' + username, 'https://github.com/' + username) %} {% } else { %}

{% } %}