Skip to content

Commit 778fd6a

Browse files
committed
.phpdoc/template: Enhance <title>
1 parent 59070b9 commit 778fd6a

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

tools/php_api_ref/.phpdoc/template/class.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{% extends 'base.html.twig' %}
22

3+
{% block title %}{{ node.name }} | {{ project.name }} (Ibexa Documentation){% endblock %}
4+
35
{% block content %}
46
{% include 'components/breadcrumbs.html.twig' %}
57
{% include 'components/class-title.html.twig' with { symfony_version: symfony_version } %}

tools/php_api_ref/.phpdoc/template/interface.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{% extends 'base.html.twig' %}
22

3+
{% block title %}{{ node.name }} | {{ project.name }} (Ibexa Documentation){% endblock %}
4+
35
{% block content %}
46
{% include 'components/breadcrumbs.html.twig' %}
57
{% include 'components/interface-title.html.twig' %}

tools/php_api_ref/.phpdoc/template/layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
{% block head %}
6-
<title>{% block title %}{{ project.name }}{% endblock %}</title>
6+
<title>{% block title %}{{ project.name }} (Ibexa Documentation){% endblock %}</title>
77
{% endblock %}
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">

tools/php_api_ref/.phpdoc/template/namespace.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{% extends 'base.html.twig' %}
22

3+
{% block title %}{{ node.name }} | {{ project.name }} (Ibexa Documentation){% endblock %}
4+
35
{% block content %}
46
{% include 'components/breadcrumbs.html.twig' %}
57
{% include 'components/namespace-title.html.twig' with { add_edition: true } %}

0 commit comments

Comments
 (0)