mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Fix pug template call on homepage
This commit is contained in:
parent
1c382d6dc2
commit
067764e9df
@ -28,7 +28,7 @@ html
|
||||
.about-container
|
||||
section.about
|
||||
h2= ll.about_bibliogram_header
|
||||
!= ll.pug_about_bibliogram_content(constants.featured_profiles.length)
|
||||
!= ll.pug_about_bibliogram_content({link_to_featured_profiles: constants.featured_profiles.length})
|
||||
h2= ll.about_this_instance_header
|
||||
ul
|
||||
if onionLocation
|
||||
|
Loading…
Reference in New Issue
Block a user