Skip to content

Commit 37c70d4

Browse files
authored
Fix quotes showing in tab title (#26)
A user showed that the tab title showed a `"..."`, this is a bug in Xranklin it seems due to a difference in `{{fill title}}` vs `{{title}}` (which shouldn't be there). tlienart/Xranklin.jl#194 in the meantime this commit should remove those spurious `"`.
1 parent cc1f727 commit 37c70d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layout/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{{if hascode}} {{insert head_highlight.html }} {{end}}
1414
<script defer data-domain="juliaparallel.org" src="https://plausible.io/js/plausible.js"></script>
1515
{{insert style.html}}
16-
{{isdef title}} <title>{{fill title}}</title> {{end}}
16+
{{isdef title}} <title>{{title}}</title> {{end}}
1717
<!-- end custom head snippets -->
1818

1919
</head>

0 commit comments

Comments
 (0)