Add the CSS file and link to it from head.

This commit is contained in:
Danila Fedorin 2017-08-14 21:40:37 -07:00
parent 06c2397a09
commit 07020de1f9
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.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="stylesheet" href="{{ "assets/css/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 }}">

View File

@ -0,0 +1,2 @@
---
---