add more labels
This commit is contained in:
parent
12acc4f05e
commit
2d566bbe3b
|
@ -1,9 +1,12 @@
|
|||
extends ../layout/project.pug
|
||||
block root
|
||||
- var title = 'blek! Analytics'
|
||||
include ../ui/planned_label.pug
|
||||
|
||||
block append content
|
||||
h2 blek! Analytics
|
||||
h2
|
||||
| blek! Analytics
|
||||
+planned_label()
|
||||
p.
|
||||
For now, the project exists just as an idea of creating a self-hosted alternative of Google Analytics.
|
||||
p.
|
||||
|
|
|
@ -2,9 +2,12 @@ extends ../layout/project.pug
|
|||
block root
|
||||
- var title = 'blek! Bin'
|
||||
include ../lib/since.pug
|
||||
include ../ui/planned_label.pug
|
||||
|
||||
block append content
|
||||
h2 blek! Bin
|
||||
h2
|
||||
| blek! Bin
|
||||
+planned_label()
|
||||
p
|
||||
| blek! Bin is a free, self-hosted, nojs alternative to
|
||||
a(href='https://pastebin.com') Pastebin
|
||||
|
|
Loading…
Reference in New Issue