Skip to content

Commit b5a0b86

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'base.html.twig' %}
22

3-
{% block title %}{{ node.name }} | {{ project.name }} (Ibexa Documentation){% endblock %}
3+
{% block title %}{{ node.name }} | {{ parent() }}{% endblock %}
44

55
{% block content %}
66
{% include 'components/breadcrumbs.html.twig' %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'base.html.twig' %}
22

3-
{% block title %}{{ node.name }} | {{ project.name }} (Ibexa Documentation){% endblock %}
3+
{% block title %}{{ node.name }} | {{ parent() }}{% endblock %}
44

55
{% block content %}
66
{% include 'components/breadcrumbs.html.twig' %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'base.html.twig' %}
22

3-
{% block title %}{{ node.name }} | {{ project.name }} (Ibexa Documentation){% endblock %}
3+
{% block title %}{{ node.name }} | {{ parent() }}{% endblock %}
44

55
{% block content %}
66
{% include 'components/breadcrumbs.html.twig' %}

0 commit comments

Comments
 (0)