This commit is contained in:
Sachin 2017-02-06 23:04:04 -08:00
Родитель 55c8940b03
Коммит df38a20d58
9 изменённых файлов: 30 добавлений и 9 удалений

Просмотреть файл

@ -72,7 +72,7 @@ defaults:
layout: "page"
comments: true
search: true
sidebar: home_sidebar
# sidebar: home_sidebar
-
scope:
path: ""

Просмотреть файл

@ -1,9 +1,6 @@
{% if site.disqus_shortname %}
<div id="disqus_thread">
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */

Просмотреть файл

@ -0,0 +1,6 @@
<table>
<thead><td><b>Related Links</<b></td></thead>
<tr><td> Link 1</td></tr>
<tr><td> Link 2</td></tr>
<tr><td> Link 3</td></tr>
</table>

Просмотреть файл

@ -79,4 +79,9 @@
{% if site.google_analytics %}
{% include google_analytics.html %}
{% endif %}
{% if page.comments %}
{% include disqus.html %}
{% endif %}
</html>

Просмотреть файл

@ -19,10 +19,18 @@
<div class="col-md-9">
{{content}}
</div>
<div class="col-md-10">&nbsp;</div>
<!--div class="col-md-12">
{% include homesidebar.html %}
</div-->
</div>
{% if page.comments %}
{% include disqus.html %}
{% endif %}
</body>
{% if site.google_analytics %}
{% include google_analytics.html %}
{% endif %}

Просмотреть файл

@ -59,9 +59,9 @@ layout: default
{% endif %}
</div>
{% if site.disqus %}
<!-- {% if site.disqus %} -->
{% include disqus.html %}
{% endif %}
<!-- {% endif %} -->
</div>

Просмотреть файл

@ -1002,6 +1002,10 @@ pre code {
}
.col-md-12 {
width: 100%;
}
.col-md-12r {
width: 100%;
float: right;
}
.col-md-push-0 {
left: auto;

Просмотреть файл

@ -3,6 +3,7 @@ title: ALM VM 2017 - Hands-on-Labs
layout: page
sidebar: tfs
permalink: /labs/tfs/
comments: true
folder: /labs/tfs/
---

Просмотреть файл

@ -11,7 +11,7 @@ search: exclude
"title": "{{ page.title | escape }}",
"tags": "{{ page.tags }}",
"keywords": "{{page.keywords}}",
"url": "{{ page.url | remove: "/"}}",
"url": "{{ page.url}}",
"summary": "{{page.summary | strip }}"
}
{% unless forloop.last and site.posts.size < 1 %},{% endunless %}