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" layout: "page"
comments: true comments: true
search: true search: true
sidebar: home_sidebar # sidebar: home_sidebar
- -
scope: scope:
path: "" path: ""

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

@ -1,9 +1,6 @@
{% if site.disqus_shortname %} {% if site.disqus_shortname %}
<div id="disqus_thread"> <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> </div>
<script type="text/javascript"> <script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ /* * * 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 %} {% if site.google_analytics %}
{% include google_analytics.html %} {% include google_analytics.html %}
{% endif %} {% endif %}
{% if page.comments %}
{% include disqus.html %}
{% endif %}
</html> </html>

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

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

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

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

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

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

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

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

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

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