mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
"Available For" all operating systems row
This commit is contained in:
parent
42821b5a42
commit
3ab1c2ea8f
2 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,10 @@ module Jekyll
|
|||
r += "<a href='" + curi + "'>" + ci + "</a>"
|
||||
elsif ci
|
||||
r += ci
|
||||
elsif hid == '_os'
|
||||
for os in c['os'].split(' ')
|
||||
r += '<img class="icon" src="img/ico-' + os + '.png">'
|
||||
end
|
||||
end
|
||||
r += "</" + td + ">"
|
||||
end
|
||||
|
|
|
@ -43,6 +43,8 @@ client_info:
|
|||
text: License
|
||||
- id: multiuser
|
||||
text: Multi-user
|
||||
- id: _os
|
||||
text: Available For
|
||||
|
||||
clients:
|
||||
- name: Armory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue