We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249b658 commit e1349aaCopy full SHA for e1349aa
_includes/head.html
@@ -11,5 +11,11 @@
11
<!-- Latest compiled JavaScript -->
12
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
13
14
+ {%- unless include.title contains "Kopernicus Wiki" -%}
15
+ <title>{{ include.title }} - Kopernicus Wiki</title>
16
+ {%- else -%}
17
+ <title>{{ include.title }}</title>
18
+ {%- endunless -%}
19
+
20
{%- feed_meta -%}
21
</head>
_layouts/default.html
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
4
- {%- include head.html -%}
+ {%- include head.html title=page.title -%}
5
6
<body>
7
0 commit comments