_includes/head.html in jekyll-theme-mehdix-rtl-0.1.19 vs _includes/head.html in jekyll-theme-mehdix-rtl-0.1.20

- old
+ new

@@ -17,9 +17,10 @@ <title>{{ page.title }} - {{ site.title}}</title> {%- else -%} <title>{{ site.title }}</title> {%- endif -%} <link rel="stylesheet" href="{{ 'assets/css/main.css' | absolute_url }}" /> + <link rel="stylesheet" href="{{ 'assets/css/fa-svg-with-js.css' | absolute_url }}" /> <link rel="canonical" href="{{ site.baseurl, page.url | absolute_url }}" /> <link rel="icon" href="{{ site.favicon | absolute_url}}" /> {%- if page.style -%} <style type="text/css"> {{ page.style }}