sofastack / sofastack.tech

Source for the SOFAStack website https://www.sofastack.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] disable cover images for categories page

rootsongjc opened this issue · comments

Linting site error:

./public/categories/index.html

- image has no src or srcset attribute (line 181)
- image has no src or srcset attribute (line 200)
- image has no src or srcset attribute (line 352)
- image has no src or srcset attribute (line 333)
- image has no src or srcset attribute (line 314)
- image has no src or srcset attribute (line 219)
- image has no src or srcset attribute (line 238)
- image has no src or srcset attribute (line 295)
- image has no src or srcset attribute (line 257)
- image has no src or srcset attribute (line 276)

Disable cover images for https://www.sofastack.tech/categories/ will solve this problem.

We need to add a new layout template layouts/_default/terms.html for this list page and /tags.

Temporary solution: disable the taxonomy terms.

Deleted index.html and index.xml files on tags and categories directories.

Close this issue. New feature request: creating categories and tags list pages.