Add google verification file for Search Console
This commit is contained in:
parent
35e2ce44ba
commit
6691487436
2 changed files with 6 additions and 5 deletions
10
Rules
10
Rules
|
@ -101,7 +101,7 @@ end
|
|||
|
||||
compile '/**/*.erb' do
|
||||
filter :erb
|
||||
|
||||
|
||||
layout '/generic.*'
|
||||
layout '/default.*'
|
||||
end
|
||||
|
@ -133,13 +133,13 @@ end
|
|||
#
|
||||
#
|
||||
|
||||
#
|
||||
# ASSETS
|
||||
#
|
||||
# EVENTS
|
||||
# Google verification file
|
||||
passthrough '/google6f2e77d0228abc35.html'
|
||||
|
||||
route '/**/index.{erb,html,md}' do
|
||||
"#{item.identifier.without_ext}.html"
|
||||
end
|
||||
|
||||
route '/**/*.{erb,html,md}' do
|
||||
"#{item.identifier.without_ext}/index.html"
|
||||
end
|
||||
|
|
1
content/google6f2e77d0228abc35.html
Normal file
1
content/google6f2e77d0228abc35.html
Normal file
|
@ -0,0 +1 @@
|
|||
google-site-verification: google6f2e77d0228abc35.html
|
Loading…
Reference in a new issue