making updates for github 3.0
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
|
||||
<!-- Content Column -->
|
||||
<div class="col-md-9">
|
||||
<!--{% include search.html %}-->
|
||||
<!--{% include algolia.html %}-->
|
||||
{{content}}
|
||||
</div><!-- /.row -->
|
||||
|
||||
|
@ -15,9 +15,8 @@ layout: default
|
||||
|
||||
{% if site.github_editme_path %}
|
||||
|
||||
<a target="_blank" href="https://github.com/{{site.github_editme_path}}{{page.url | replace: '.html', '.md'}}" class="btn btn-default githubEditButton" role="button"><i class="fa fa-github fa-lg"></i> Edit me</a>
|
||||
<a target="_blank" href="https://github.com/{{site.github_editme_path}}{% unless page.url contains "html" %}{{page.url | replace: '.html', '.md'}}{% endunless %}{% if page.url contains "html" %}{{page.url }}{% endif %}" class="btn btn-default githubEditButton" role="button"><i class="fa fa-github fa-lg"></i> Edit me</a>
|
||||
{% endif %}
|
||||
|
||||
{{content}}
|
||||
|
||||
<div class="tags">
|
||||
|
@ -8,7 +8,7 @@ layout: default
|
||||
|
||||
<div class="post-content">
|
||||
|
||||
{% include search.html %}
|
||||
{% include algolia.html %}
|
||||
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user