Skip to content
Permalink
5320cbe1eb
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (12 sloc) 416 Bytes
<div id="themeToggle2" class="md-source__icon md-icon">
</div>
<div id="themeToggle">
<div id="themeLight" class="md-source__icon md-icon">
{% set icon = "octicons/sun-24" %}
{% include ".icons/" ~ icon ~ ".svg" %}
</div>
<div id="themeDark" class="md-source__icon md-icon">
{% set icon = "octicons/moon-24" %}
{% include ".icons/" ~ icon ~ ".svg" %}
</div>
</div>