Skip to content

Commit c3932b9

Browse files
author
Peter Panagiotakos
committed
remove Datadog Docs from titles
1 parent 2148247 commit c3932b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<meta charset="utf-8">
33
<meta name="viewport" content="width=device-width, initial-scale=1">
44
<% title = @item[:title] || '' %>
5-
<title><%= title.empty? ? '' : "#{title} - " %>Datadog Docs</title>
5+
<title><%= title.empty? ? '' : "#{title}" %></title>
66

77
<meta itemprop="description" name="description" property="og:description" content="<%= @item[:description] %>" />
88

0 commit comments

Comments
 (0)