mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Remove project board link from home
This commit is contained in:
parent
2c8e4205ba
commit
59d0b1d14f
@ -53,14 +53,13 @@ html
|
|||||||
ul
|
ul
|
||||||
-
|
-
|
||||||
const links = [
|
const links = [
|
||||||
["https://sr.ht/~cadence/bibliogram/", "Code on sourcehut", "noopener"],
|
["https://sr.ht/~cadence/bibliogram/", "Code on sourcehut", "noopener noreferrer"],
|
||||||
["https://matrix.to/#/#bibliogram:matrix.org", "Discussion room on Matrix"],
|
["https://matrix.to/#/#bibliogram:matrix.org", "Discussion room on Matrix", "noopener noreferrer"],
|
||||||
["https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md", "Other Bibliogram instances", "noopener"],
|
["https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md", "Other Bibliogram instances", "noopener noreferrer"],
|
||||||
["https://github.com/cloudrac3r/bibliogram/projects/1?fullscreen=true", "Project roadmap"],
|
["https://cadence.moe/about/contact", "Contact the developer", "noopener noreferrer"]
|
||||||
["https://cadence.moe/about/contact", "Contact the developer"]
|
|
||||||
]
|
]
|
||||||
each entry in links
|
each entry in links
|
||||||
li: a(href!=entry[0] target="_blank" rel=(entry[2] || "noopener noreferrer"))= entry[1]
|
li: a(href!=entry[0] target="_blank" rel=entry[2])= entry[1]
|
||||||
|
|
||||||
if constants.featured_profiles.length
|
if constants.featured_profiles.length
|
||||||
.featured-profiles#featured-profiles
|
.featured-profiles#featured-profiles
|
||||||
|
Loading…
Reference in New Issue
Block a user