Update blek! Bin
This commit is contained in:
parent
a335d5c14f
commit
5f5a100080
|
@ -9,6 +9,8 @@ block content
|
||||||
a(href='/project/blek_sail') blek! Sail
|
a(href='/project/blek_sail') blek! Sail
|
||||||
li
|
li
|
||||||
a(href='/project/blek_id') blek! ID
|
a(href='/project/blek_id') blek! ID
|
||||||
|
li
|
||||||
|
a(href='/project/blek_bin') blek! Bin
|
||||||
li
|
li
|
||||||
a(href='/project/cuteschedule') CuteSchedule
|
a(href='/project/cuteschedule') CuteSchedule
|
||||||
li
|
li
|
||||||
|
@ -27,5 +29,3 @@ block content
|
||||||
a(href='/project/blek_anal') blek! Analytics
|
a(href='/project/blek_anal') blek! Analytics
|
||||||
li
|
li
|
||||||
a(href='/project/blek_launch') blek! Launcher
|
a(href='/project/blek_launch') blek! Launcher
|
||||||
li
|
|
||||||
a(href='/project/blek_bin') blek! Bin
|
|
|
@ -2,12 +2,14 @@ extends ../layout/project.pug
|
||||||
block root
|
block root
|
||||||
- var title = 'blek! Bin'
|
- var title = 'blek! Bin'
|
||||||
include ../lib/since.pug
|
include ../lib/since.pug
|
||||||
include ../ui/planned_label.pug
|
include ../ui/label.pug
|
||||||
|
|
||||||
block append content
|
block append content
|
||||||
h2
|
h2
|
||||||
| blek! Bin
|
| blek! Bin
|
||||||
+planned_label()
|
|
||||||
|
a(href='https://bin.blek.codes')
|
||||||
|
+label('Official instance (link)', '#90c137')
|
||||||
p
|
p
|
||||||
| blek! Bin is a free, self-hosted, nojs alternative to
|
| blek! Bin is a free, self-hosted, nojs alternative to
|
||||||
a(href='https://pastebin.com') Pastebin
|
a(href='https://pastebin.com') Pastebin
|
||||||
|
@ -24,3 +26,14 @@ block append content
|
||||||
| Also, Librebin has only 8 commits and the last commit was on May 30 2022 (at this moment), or
|
| Also, Librebin has only 8 commits and the last commit was on May 30 2022 (at this moment), or
|
||||||
span(style='background:#30303010;padding:2px 4px;border:1px solid #c2c4c2;font-size:10pt;border-radius:8px')
|
span(style='background:#30303010;padding:2px 4px;border:1px solid #c2c4c2;font-size:10pt;border-radius:8px')
|
||||||
| #{TimeSince(new Date(2022, 6, 30))} ago
|
| #{TimeSince(new Date(2022, 6, 30))} ago
|
||||||
|
p
|
||||||
|
| Instances list
|
||||||
|
table(class='border_table')
|
||||||
|
tbody
|
||||||
|
tr
|
||||||
|
td Link
|
||||||
|
td Some words
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
a(href='https://bin.blek.codes') bin.blek.codes
|
||||||
|
td Official instance (NL)
|
||||||
|
|
Loading…
Reference in New Issue