We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7bb54 commit 8f6fcd8Copy full SHA for 8f6fcd8
1 file changed
app/_layouts/post.njk
@@ -1,5 +1,11 @@
1
{% extends "layouts/post.njk" %}
2
3
+{% if eleventyNavigation.parent %}
4
+ {% block pageTitle %}
5
+ {{- title }} - {{ eleventyNavigation.parent }} - {{ options.titleSuffix -}}
6
+ {% endblock %}
7
+{% endif %}
8
+
9
{% from "screenshots/macro.njk" import appScreenshots %}
10
11
{% block content %}
0 commit comments