chore: bump deps
This commit is contained in:
parent
36429bd404
commit
7caaf7bbcb
7 changed files with 77 additions and 26 deletions
|
@ -95,7 +95,7 @@
|
|||
<meta property="og:url" content="{{ fullUrl }}" />
|
||||
<meta property="og:image" content="{{ ogImage }}?class=w800" />
|
||||
<meta name="theme-color" content="{{ globals.theme_color }}" />
|
||||
<meta name="fediverse:creator" content="@cory@social.lol" />
|
||||
<meta name="fediverse:creator" content="@cory@follow.coryd.dev" />
|
||||
<meta name="generator" content="Eleventy">
|
||||
<meta name="robots" content="noai, noimageai">
|
||||
<link href="https://cdn.coryd.dev/{{ globals.favicon_ico }}?class=w50&v={% appVersion %}" rel="icon" sizes="any">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{%- endif -%}
|
||||
</span>
|
||||
{%- else -%}
|
||||
<a class="{% if icon %}{{ icon | downcase }} icon {% endif %}{{ class }}" href="{{ categoryUrl }}" tabindex="0">
|
||||
<a class="{% if icon %}{{ icon | downcase }} icon {% endif %}{{ class }}" href="{{ categoryUrl }}" rel="me">
|
||||
{%- if icon -%}
|
||||
{% tablericon icon title %}
|
||||
<span>{{ title }}</span>
|
||||
|
|
Reference in a new issue