chore: use app version to populate version query params
This commit is contained in:
parent
631a50f7bd
commit
b4a2655d0a
3 changed files with 11 additions and 5 deletions
|
@ -22,14 +22,14 @@
|
|||
<meta name="generator" content="{{ eleventy.generator }}">
|
||||
<meta name="robots" content="noai, noimageai">
|
||||
<link
|
||||
href="/assets/icons/favicon.ico?v={% assetHash %}"
|
||||
href="/assets/icons/favicon.ico?v={% appVersion %}"
|
||||
rel="icon"
|
||||
sizes="any">
|
||||
<link
|
||||
href="/assets/icons/favicon.svg?v={% assetHash %}"
|
||||
href="/assets/icons/favicon.svg?v={% appVersion %}"
|
||||
rel="icon"
|
||||
type="image/svg+xml">
|
||||
<link href="/assets/icons/apple-touch-icon.png?v={% assetHash %}" rel="apple-touch-icon">
|
||||
<link href="/assets/icons/apple-touch-icon.png?v={% appVersion %}" rel="apple-touch-icon">
|
||||
{% capture css %}
|
||||
{% render "../assets/styles/fonts/silka.css" %}
|
||||
{% render "../assets/styles/partials/vars.css" %}
|
||||
|
|
Reference in a new issue