summaryrefslogtreecommitdiff
path: root/_includes/dl_os_icon.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/dl_os_icon.html')
-rw-r--r--_includes/dl_os_icon.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/dl_os_icon.html b/_includes/dl_os_icon.html
new file mode 100644
index 0000000..2dbbad2
--- /dev/null
+++ b/_includes/dl_os_icon.html
@@ -0,0 +1,6 @@
+<input id="in-{{ include.name }}" type="radio" name="distro" />
+<label for="in-{{ include.name }}" class="icon btn btn-default" onclick="chooseDlc(this, '{{ include.name }}')" markdown="1">
+<img src="{{ site.baseurl }}/assets/{{ include.name }}.png" class="osimg" /><br />
+ {{ include.text }}
+</label>{% comment %}
+{% endcomment %}