Skip to content

Commit 4153510

Browse files
authored
SEO Logo and favicons (follow-up fix) (#842)
* Fix path for home.svg * Indentation
1 parent d531ed9 commit 4153510

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

site/config/_default/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ module:
2424
# Version folders can be ignored temporarily for faster local builds
2525
# of a single version (here: 3.12)
2626
#excludeFiles:
27-
#- arangodb/3.10/*
28-
#- arangodb/3.11/*
29-
#- arangodb/4.0/*
27+
# - arangodb/3.10/*
28+
# - arangodb/3.11/*
29+
# - arangodb/4.0/*
3030

3131
- source: content/arangodb/3.12
3232
target: content/arangodb/stable

site/themes/arangodb-docs-theme/static/css/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ header .logo {
789789
}
790790

791791
.home-link {
792-
background: url(/images/home.svg) no-repeat 50% 45%;
792+
background: url(/home.svg) no-repeat 50% 45%;
793793
background-size: 80%;
794794
display: block;
795795
height: auto;

0 commit comments

Comments
 (0)