_includes/head.html in maxima-1.0.4 vs _includes/head.html in maxima-1.0.5

- old
+ new

@@ -8,10 +8,10 @@ <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="shortcut icon" href="favicon.ico" type="image/x-icon" /> + <link rel="shortcut icon" href="{{ site.favicon }}" type="image/x-icon" /> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %} </head>