Skip to content

Commit

Permalink
fixing metat tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hsachinraj committed Apr 3, 2018
1 parent 61030ba commit 06c5ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions _layouts/default.html
Expand Up @@ -70,11 +70,7 @@
<meta property="og:url" content="{{site.url }}{{site.baseurl }}{{page.url }}" />
<meta property="og:type" content="website" />
<meta property="og:title" content="{{page.title }}" />
{% if page.layout == "homepage" %}
<meta property="og:description" content="{{page.description }} " />
{% else %}
<meta property="og:description" content="Check out the tutorial '{{page.title }}' and many more at https://aka.ms/devopslabs" />
{% endif %}
<meta property="og:description" content="Check out the tutorial '{{page.title }}' and many more at https://aka.ms/devopslabs" />
<meta property="og:image" content="https://almvm.azurewebsites.net/images/devopslabs.png" />

</head>
Expand Down
4 changes: 2 additions & 2 deletions readme.md
@@ -1,12 +1,12 @@
---
layout: homepage
title: Home
title: Modern DevOps practices with Visual Studio, Team Services and Azure
keywords: ALM VM homepage
tags: [overview]
permalink: default.html
comments: true
landingpage: false
description: Evaluating your next DevOps toolchain? Want to go deep and learn how you can implement modern DevOps practices with Visual Studio, Team Services and Azure? If you said yes to any of these questions, then this VM and Hands-on-labs are what you are looking for
description: Learn how you can implement modern DevOps practices with Visual Studio, Team Services and Azure.
---

<div class="col-lg-1"></div>
Expand Down

0 comments on commit 06c5ca2

Please sign in to comment.