Remove v1 references

This commit is contained in:
James Cole
2022-01-29 14:16:18 +01:00
parent b0e6d12325
commit cb8b49fd7a
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
<link href="v1/css/error.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
{# favicons #}
{% include('v1.partials.favicons') %}
{% include('partials.favicons') %}
</head>
<body class="container">

View File

@@ -23,7 +23,7 @@
<link href="v1/css/error.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
{# favicons #}
{% include('v1.partials.favicons') %}
{% include('partials.favicons') %}
</head>
<body class="container">

View File

@@ -19,7 +19,7 @@
<link href="v1/css/error.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
{# favicons #}
{% include('v1.partials.favicons') %}
{% include('partials.favicons') %}
</head>
<body class="container">

View File

@@ -23,7 +23,7 @@
<link href="v1/css/error.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
{# favicons #}
{% include('v1.partials.favicons') %}
{% include('partials.favicons') %}
</head>
<body class="container">