mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Remove .twig extension. [skip ci]
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<link href="css/firefly.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<!-- favicons -->
|
||||
{% include('partials/favicons.twig') %}
|
||||
{% include('partials/favicons') %}
|
||||
|
||||
</head>
|
||||
<body class="ff-error-page">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<link href="css/firefly.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<!-- favicons -->
|
||||
{% include('partials/favicons.twig') %}
|
||||
{% include('partials/favicons') %}
|
||||
|
||||
</head>
|
||||
<body class="ff-error-page">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<link href="css/firefly.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<!-- favicons -->
|
||||
{% include('partials/favicons.twig') %}
|
||||
{% include('partials/favicons') %}
|
||||
|
||||
</head>
|
||||
<body class="ff-error-page">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "./layout/guest.twig" %}
|
||||
{% extends "./layout/guest" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<link href="css/firefly.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<!-- favicons -->
|
||||
{% include('partials/favicons.twig') %}
|
||||
{% include('partials/favicons') %}
|
||||
|
||||
</head>
|
||||
<body class="ff-error-page">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "./layout/guest.twig" %}
|
||||
{% extends "./layout/guest" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "./layout/guest.twig" %}
|
||||
{% extends "./layout/guest" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "./layout/guest.twig" %}
|
||||
{% extends "./layout/guest" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "./layout/guest.twig" %}
|
||||
{% extends "./layout/guest" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user