Improved titles on error templates

This commit is contained in:
Alejandro Celaya 2020-06-07 09:00:41 +02:00
parent 8ecc9c69a2
commit ee1aa42900
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?php $this->layout('ShlinkCore::layout/default') ?>
<?php $this->start('title') ?>
URL Not Found
Not Found
<?php $this->end() ?>
<?php $this->start('stylesheets') ?>

View File

@ -1,7 +1,7 @@
<?php $this->layout('ShlinkCore::layout/default') ?>
<?php $this->start('title') ?>
Invalid URL
Invalid Short URL
<?php $this->end() ?>
<?php $this->start('stylesheets') ?>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title><?= $this->section('title', '') ?> | URL shortener</title>
<title><?= $this->section('title', '') ?> | Shlink</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">