Merge Edge with sort and resize #2
@ -27,7 +27,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<input class="sort-menu" type="checkbox" id="sort-menu"/>
|
<input class="sort-menu" type="checkbox" id="sort-menu"/>
|
||||||
<label class="sort-button no-dec" for="sort-menu" title="Order and Sort Options"><div><b>↓</b></div></label>
|
<label class="sort-button no-dec" for="sort-menu" title="Order and Sort Options"><div><img src="{{ .Data.SortImageLocation }}" width="64px" alt='↓'></div></label>
|
||||||
<form class="so-pane" action="?" method="get" id="so-form">
|
<form class="so-pane" action="?" method="get" id="so-form">
|
||||||
{{ if .Light }}
|
{{ if .Light }}
|
||||||
<input id="so-theme" type="hidden" name="light" />
|
<input id="so-theme" type="hidden" name="light" />
|
||||||
|
@ -12,6 +12,7 @@ type DataYaml struct {
|
|||||||
LogoImageLocation template.URL `yaml:"logoImageLocation"`
|
LogoImageLocation template.URL `yaml:"logoImageLocation"`
|
||||||
SunImageLocation template.URL `yaml:"sunImageLocation"`
|
SunImageLocation template.URL `yaml:"sunImageLocation"`
|
||||||
MoonImageLocation template.URL `yaml:"moonImageLocation"`
|
MoonImageLocation template.URL `yaml:"moonImageLocation"`
|
||||||
|
SortImageLocation template.URL `yaml:"sortImageLocation"`
|
||||||
About AboutYaml `yaml:"about"`
|
About AboutYaml `yaml:"about"`
|
||||||
Entries []EntryYaml `yaml:"entries"`
|
Entries []EntryYaml `yaml:"entries"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user