We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7d227f + 20a2e93 commit 729d7beCopy full SHA for 729d7be
layouts/partials/hooks/head-end.html
@@ -9,4 +9,7 @@
9
<link rel="canonical" href="{{ .Permalink }}">
10
{{- end -}}
11
<!-- MvM: Add Javascript for Japanese translation -->
12
- <script src="https://d.shutto-translation.com/trans.js?id=1806"></script>
+ <!-- MvM: Only if page has a title -->
13
+{{- with .Params.title -}}
14
+ <script src="https://d.shutto-translation.com/trans.js?id=1806"></script>
15
+{{- end -}}
0 commit comments