Skip to content

Commit 719f838

Browse files
authored
SEO: title and logo (#85)
Don't override title Add SVG logo to all pages
1 parent c23193f commit 719f838

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ exclude:
3333
twitter:
3434
card: summary
3535
username: pybuilder_
36+
logo: /img/logo.svg

_includes/layout/metaAndStyles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
<link rel="stylesheet" type="text/css" href="/css/tabcontent.css"/>
3131
<link rel="stylesheet" type="text/css" href="/css/styles.css"/>
3232

33-
{% seo %}
33+
{% seo title=false %}

0 commit comments

Comments
 (0)