New boards
This commit is contained in:
@@ -56,8 +56,9 @@ CREATE TABLE IF NOT EXISTS bans (
|
|||||||
-- Boards
|
-- Boards
|
||||||
|
|
||||||
INSERT INTO boards (slug, name, tag) VALUES
|
INSERT INTO boards (slug, name, tag) VALUES
|
||||||
('comfy', 'Comfy', 'Be comfy, fren'),
|
('c', 'Comfy', 'Be comfy, fren'),
|
||||||
('g', 'Technology', 'Beep boop');
|
('r', 'Robots', ''),
|
||||||
|
('gn', 'Goon', '');
|
||||||
|
|
||||||
INSERT INTO admins (username, password) VALUES
|
INSERT INTO admins (username, password) VALUES
|
||||||
('admin', '$2a$10$vRP4/9O6SwyUziEUtBLQM.r9C2WujIIZ6yEgqGjhlBaFPvtpfdHPC');
|
('admin', '$2a$10$vRP4/9O6SwyUziEUtBLQM.r9C2WujIIZ6yEgqGjhlBaFPvtpfdHPC');
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 213 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 65 KiB |
@@ -21,8 +21,11 @@ templ Layout() {
|
|||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
[
|
[
|
||||||
<a href="/comfy">comfy</a> /
|
<a href="/c">c</a>
|
||||||
<a href="/g">g</a>
|
/
|
||||||
|
<a href="/r">r</a>
|
||||||
|
/
|
||||||
|
<a href="/gn">gn</a>
|
||||||
]
|
]
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user