Skip to content

Commit

Permalink
Fix SEO title output on docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Rosland <[email protected]>
  • Loading branch information
jonasrosland committed Aug 12, 2019
1 parent 4cda024 commit 01a2fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/_includes/head-docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/styles.css?{{site.time | date: '%s%N'}}">
{% seo %}
{% seo title=false %}
</head>

0 comments on commit 01a2fcb

Please sign in to comment.