Allow custom site title + description, and refactored

This commit is contained in:
Alicia Sykes
2021-04-01 13:06:16 +01:00
parent 1965513096
commit 221324b41e
5 changed files with 36 additions and 18 deletions

View File

@@ -14,7 +14,10 @@
title="Clear search"
@click="clearFilterInput"></i>
</form>
<div class="space-filler"></div>
<div class="space-filler">
<span>hello</span>
<span>world</span>
</div>
<KeyboardShortcutInfo />
</section>
</template>