💄 — Use customized instance name in <title>
This commit is contained in:
parent
7402687d0e
commit
441400f0ef
|
@ -2,6 +2,7 @@ Revision history for Lufi
|
||||||
|
|
||||||
?.??.? ????-??-??
|
?.??.? ????-??-??
|
||||||
- Now can send large files (>2Gio) while using a DB other than SQLite (#165)
|
- Now can send large files (>2Gio) while using a DB other than SQLite (#165)
|
||||||
|
- Use customized instance name in <title>
|
||||||
|
|
||||||
0.04.5 2019-10-14
|
0.04.5 2019-10-14
|
||||||
- Update german language
|
- Update german language
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Let's Upload that FIle</title>
|
<title><%= config('instance_name') %></title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="mobile-web-app-capable" content="yes">
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
|
Loading…
Reference in New Issue