Skip to content

Commit cd8ef24

Browse files
committed
Google verification
1 parent eab1e8f commit cd8ef24

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

app/views/layouts/application.html.erb

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
<title>LibraETD</title>
55
<%= csrf_meta_tags %>
6-
<meta name="google-site-verification" content="L6OnCX8mLyKmg7roV8PoKjvO37wOI_sy8AWYeK5LPas" />
76
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
87
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
98
<%= render '/shared/web_component_headers' %>

config/sitemap.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Set the host name for URL creation
22
SitemapGenerator::Sitemap.default_host = "https://libraetd.lib.virginia.edu"
3+
SitemapGenerator::Sitemap.include_root = false
34

45
SitemapGenerator::Sitemap.create do
56
constraints = "draft_tesim:false"

public/googlee81b1145b69e4b9d.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: googlee81b1145b69e4b9d.html

0 commit comments

Comments
 (0)