Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 504 Bytes

twitter.md

File metadata and controls

9 lines (9 loc) · 504 Bytes

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

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

{% } %}