Skip to content

Commit

Permalink
update meta tag with onion loc
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcwood committed Aug 25, 2024
1 parent 62ee537 commit 51d14b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<meta name="twitter:site" content="<%= yield(:meta_twitter_account) if content_for?(:meta_twitter_account) %>">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta http-equiv="onion-location" content="http://cpcwoodxkbpoigu4xhmwn46q6u5utbwrx23sqxgby6qjwi5d77mlczqd.onion" />
<link rel="canonical" href="<%= "#{request.protocol}#{request.host}#{request.path}" %>">
<%= yield(:head) %>
</head>
Expand Down

0 comments on commit 51d14b0

Please sign in to comment.