Skip to content

Commit 0da6508

Browse files
committed
[#3888] Changing base template title back
We're just showing what *is* actually there, not telling them to change anything.
1 parent cafea43 commit 0da6508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/page_creation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ and in the ``app`` directory:
423423
<html>
424424
<head>
425425
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
426-
<title>{% block title %}Random Number Generator{% endblock %}</title>
426+
<title>{% block title %}Welcome!{% endblock %}</title>
427427
{% block stylesheets %}{% endblock %}
428428
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
429429
</head>
@@ -440,7 +440,7 @@ and in the ``app`` directory:
440440
<html>
441441
<head>
442442
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
443-
<title><?php $view['slots']->output('title', 'Random Number Generator') ?></title>
443+
<title><?php $view['slots']->output('title', 'Welcome!') ?></title>
444444
<?php $view['slots']->output('stylesheets') ?>
445445
<link rel="shortcut icon" href="<?php echo $view['assets']->getUrl('favicon.ico') ?>" />
446446
</head>

0 commit comments

Comments
 (0)