32bit.cafe/layouts/partials/footer.html

13 lines
455 B
HTML
Raw Normal View History

<form action="?" method="get">
<span class="tp_title">Theme Picker: </span>
<select id="themePicker" name="theme">
{{ range .Site.Data.themes }}
<option value="{{ .file }}">{{ .name }} ({{ .author }})</option>
{{ end }}
</select>
<span id="themeButton">
<input type="submit" value="Apply" />
</span>
</form>
<p>Copyright {{ now.Year }} <a href="https://32bit.cafe">32-Bit Cafe</a>. All rights reserved.</p>