Skip to content

Commit

Permalink
Trying to fix github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
etki committed Aug 4, 2017
1 parent eef39e3 commit deeee60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<title>{{ site.title | escape }}{% if page.title %} - {{ page.title | escape }}{% endif %}</title>
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">

<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
<link rel="stylesheet" href="{{ site.baseurl | "/assets/main.css" | relative_url }}">
<link rel="canonical" href="{{ site.baseurl | append: page.url | replace: 'index.html', '' | absolute_url }}">

{% if jekyll.environment == 'production' and site.google_analytics %}
{% include google-analytics.html %}
Expand Down

0 comments on commit deeee60

Please sign in to comment.