news.tatooine.club/settings.html

21 lines
642 B
HTML

---
layout: article
title: Settings
permalink: /settings/
# Not supported currently
# https://github.com/jekyll/jekyll-seo-tag/issues/100
noindex: true
---
<style type="text/css">
{% include form.css %}
</style>
<form>
<label for="highlight-words">Highlight Words (comma-separated):</label><br>
<textarea cols=20 wrap=hard oninput="this.parentNode.dataset.value = this.value" rows="1" id="highlight-words" style="width:100%" rows=3></textarea>
<input type=button id="btn-settings-save" value=Save>
</form>
<form>
<label for=btn-settings-reset>Reset Read Articles</label>
<input type=button id="btn-settings-reset" value=Reset>
</form>