Skip to content

Commit 2148247

Browse files
author
Peter Panagiotakos
committed
edit title layout and add description item
1 parent 420102b commit 2148247

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

layouts/_head.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
<meta charset="utf-8">
33
<meta name="viewport" content="width=device-width, initial-scale=1">
44
<% title = @item[:title] || '' %>
5-
<title>Datadog Docs <%= title.empty? ? '' : " - #{title}" %></title>
5+
<title><%= title.empty? ? '' : "#{title} - " %>Datadog Docs</title>
6+
7+
<meta itemprop="description" name="description" property="og:description" content="<%= @item[:description] %>" />
8+
69
<link href="//fonts.googleapis.com/css?family=Open+Sans:700" rel="stylesheet" type="text/css">
710
<link href="/static/css/bootstrap3<%= $cbfingerprints["bootstrap3"] %>.css" rel="stylesheet">
811
<link rel="stylesheet" href="/static/tipuesearch.css">
912
<link href="/static/css/style<%= $cbfingerprints["style"] %>.css" rel="stylesheet">
1013
<link rel="stylesheet" type="text/css" href="/static/pygments.css" media="screen">
11-
14+
1215

1316
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
1417

0 commit comments

Comments
 (0)