Use .env file instead of local config.
This commit is contained in:
parent
4110cd5190
commit
e1cb500f99
16 changed files with 517 additions and 98 deletions
templates/errors
|
@ -38,7 +38,7 @@
|
|||
<i class="{{ error_icon }}"></i>
|
||||
</div>
|
||||
<h1 class="error-title">{{ error_string }}</h1>
|
||||
<p class="error-blerb">{{ error_blerb }}</p>
|
||||
<p class="error-blerb">{{ error_blerb }}<span class=error-additional></span></p>
|
||||
</article>
|
||||
<footer class="error-footer">
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue