File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
< meta charset ="utf-8 ">
3
3
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
4
4
< % title = @item[:title] || '' %>
5
- < title > Datadog Docs < %= title.empty? ? '' : " - #{title}" %> </ title >
5
+ < title > < %= title.empty? ? '' : "#{title}" %> </ title >
6
+
7
+ < meta itemprop ="description " name ="description " property ="og:description " content ="<%= @item[:description] %> " />
8
+
6
9
< link href ="//fonts.googleapis.com/css?family=Open+Sans:700 " rel ="stylesheet " type ="text/css ">
7
10
< link href ="/static/css/bootstrap3<%= $cbfingerprints[ "bootstrap3 "] %> .css" rel="stylesheet">
8
11
< link rel ="stylesheet " href ="/static/tipuesearch.css ">
9
12
< link href ="/static/css/style<%= $cbfingerprints[ "style "] %> .css" rel="stylesheet">
10
13
< link rel ="stylesheet " type ="text/css " href ="/static/pygments.css " media ="screen ">
11
-
14
+
12
15
13
16
< script src ="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js "> </ script >
14
17
You can’t perform that action at this time.
0 commit comments