Updated content
This commit is contained in:
Родитель
55c8940b03
Коммит
df38a20d58
|
@ -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"> </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 %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче