Add basic searchbar (#5)

Co-authored-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
William Kray
2023-06-26 22:07:01 +03:00
committed by GitHub
co-authored by Tulir Asokan
parent 212bd67ca5
commit ed5c696655
4 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<div class="plugin">
<h3>{{ .name }}</h3>
<h3 class="title">{{ .name }}</h3>
<div class="metadata">
<div class="author">Author: {{ .author }}</div>
<div class="license">License: {{ or .license "unknown" }}</div>