taking lighthouse accessibility suggestions
This commit is contained in:
parent
3aa4244220
commit
c15a77468a
3 changed files with 12 additions and 24 deletions
|
@ -5,11 +5,6 @@ rssUrl: "feed.xml"
|
|||
{%- from "components/collectionList.njk" import collectionList with context -%}
|
||||
<main data-pagefind-body>
|
||||
{{ content | safe }}
|
||||
{%- for name, collection in collections -%}
|
||||
{%- if name in ["posts"] -%}
|
||||
<h2>{{name | capitalize }}</h2>
|
||||
{% include "-taglist.njk" %}
|
||||
{{ collectionList(name, limit=5) }}
|
||||
{%- endif -%}
|
||||
{%- endfor -%}
|
||||
<h2>Recent posts</h2>
|
||||
{{ collectionList("posts", limit=5) }}
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue