1.18.1: message at bottom of supported sites

This commit is contained in:
Wingy 2020-11-05 17:58:31 -05:00
parent da2d9d6848
commit 120be27e44
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "christmas-community", "name": "christmas-community",
"version": "1.18.0", "version": "1.18.1",
"description": "Christmas lists for communities", "description": "Christmas lists for communities",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -6,4 +6,5 @@ block content
a(href=req.headers.referer) < Back a(href=req.headers.referer) < Back
ul ul
for site of _CC.require('get-product-name').sites for site of _CC.require('get-product-name').sites
li= site.name li= site.name
p Is a site missing or broken? Open an issue <a href="https://gitlab.com/wingysam/get-product-name/-/issues/new">here</a>! :)