Skip to content

Commit

Permalink
NEW: Add ISO code (with external link) (#93)
Browse files Browse the repository at this point in the history
closes #93
  • Loading branch information
dwhieb committed Jun 9, 2024
1 parent 1c15ac1 commit ef386a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/Component/Component.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@import 'cite.css';
@import 'code.css';
@import 'construction/construction.css';
@import 'external-link.css';
@import 'inline-example.css';
@import 'label.css';
@import 'pre.css';
Expand Down
2 changes: 2 additions & 0 deletions pages/Component/Component.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<dl>
<dt>Language</dt>
<dd>{{ displayLanguage }}</dd>
<dt>ISO 639-3</dt>
<dd>{{#if ISO }}<a class=link href='https://www.ethnologue.com/language/{{ ISO }}/' rel='noopener noreferrer' target=_blank>{{ ISO }} <svg class=external-link><use href=#external-link></svg></a>{{else}}{{/if}}</dd>
</dl>
</fieldset>

Expand Down

0 comments on commit ef386a6

Please sign in to comment.