Add google verification file for Search Console

This commit is contained in:
Lorin Werthen 2017-05-29 14:19:53 +02:00
parent 35e2ce44ba
commit 6691487436
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
2 changed files with 6 additions and 5 deletions

10
Rules
View file

@ -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

View file

@ -0,0 +1 @@
google-site-verification: google6f2e77d0228abc35.html