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
8
Rules
8
Rules
|
@ -133,13 +133,13 @@ end
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
# Google verification file
|
||||||
# ASSETS
|
passthrough '/google6f2e77d0228abc35.html'
|
||||||
#
|
|
||||||
# EVENTS
|
|
||||||
route '/**/index.{erb,html,md}' do
|
route '/**/index.{erb,html,md}' do
|
||||||
"#{item.identifier.without_ext}.html"
|
"#{item.identifier.without_ext}.html"
|
||||||
end
|
end
|
||||||
|
|
||||||
route '/**/*.{erb,html,md}' do
|
route '/**/*.{erb,html,md}' do
|
||||||
"#{item.identifier.without_ext}/index.html"
|
"#{item.identifier.without_ext}/index.html"
|
||||||
end
|
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