We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291a987 commit e11e4b9Copy full SHA for e11e4b9
_includes/git-wiki/defines/defines.html
@@ -1,4 +1,4 @@
1
-{% assign version = "2.7.10" %}
+{% assign version = "2.7.11" %}
2
{% capture lchar %}{{page.url | slice: -1, 1}}{% endcapture %}
3
{% capture url %}
4
{% if lchar == "/" %}{{page.url}}index.html{% else %}{{ page.url | default: 'index.html' }}{% endif%}
_includes/git-wiki/sections/head/meta.html
@@ -9,7 +9,7 @@
9
{% seo %}
10
11
{% assign pagetitle = page.name | replace: ".md", "" %}
12
-{% assign title = site.title | append: " - " | append: pagetitle | strip_html %}
+{% assign title = pagetitle | append: " - " | append: site.title | strip_html %}
13
14
<title>{{ title | strip_html | strip_newlines | truncate: 160 }}</title>
15
0 commit comments