mirror of
https://github.com/acaloiaro/garbagespeak.com
synced 2026-07-21 18:29:08 +00:00
Add new garbage tag
This commit is contained in:
parent
eaf6b43687
commit
3223df4dfb
2 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ title: New Garbage
|
|||
<option>Verbed noun</option>
|
||||
<option>Nouned adjective</option>
|
||||
<option>Novel garbage</option>
|
||||
<option>Standard-issue garbage</option>
|
||||
</select>
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
|||
|
|
@ -295,6 +295,7 @@ func editGarbageHandler(w http.ResponseWriter, r *http.Request) {
|
|||
"Verbed noun",
|
||||
"Nouned adjective",
|
||||
"Novel garbage",
|
||||
"Standard-issue garbage",
|
||||
}
|
||||
selectedTags := map[string]bool{}
|
||||
if tags, ok := garbage.Metadata["tags"].([]interface{}); ok {
|
||||
|
|
|
|||
Loading…
Reference in a new issue