add more labels

This commit is contained in:
b1ek 2023-02-22 11:54:44 +10:00
parent 12acc4f05e
commit 2d566bbe3b
2 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

@ -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