Make it easier to switch between v1/v2 layout.

This commit is contained in:
James Cole
2021-01-31 20:26:24 +01:00
parent d60c5a26de
commit 21da959203
162 changed files with 250 additions and 249 deletions

View File

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