Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0da6508

Browse filesBrowse 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
Copy full SHA for 0da6508

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎book/page_creation.rst

Copy file name to clipboardExpand all lines: book/page_creation.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.