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