Skip to content

Commit

Permalink
Merge branch 'gh-pages'
Browse files Browse the repository at this point in the history
Conflicts:
	_includes/disqus.html
  • Loading branch information
jehartzog committed Jan 23, 2017
2 parents 2e573bd + 89d1622 commit 92ef8b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _includes/disqus.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<div id="disqus_thread"></div>
<script type="text/javascript">

var disqus_config = function () {
this.page.url = '{{ site.url }}{{ page.url | replace:"index.html","" }}';
this.page.identifier = '{{ page.id }}';
};
var disqus_shortname = '{{ site.disqus.shortname }}';
var disqus_developer = 0;
(function() {
Expand Down
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

{% if site.resume == true %}
<li class="item">
<a class="link" href="{% if site.resume-external %}{{ site.resume-url }}{% else %}{{ site.url }}/{{ site.resume-url }}{% endif %}">Resume</a>
<a class="link" href="{% if site.resume-external %}{{ site.resume-url }}{% else %}{{ site.url }}/{{ site.resume-url }}{% endif %}">Résumé</a>
</li>
{% endif %}
</ul>
Expand Down

0 comments on commit 92ef8b7

Please sign in to comment.