resolves #8 add JSON feed

This commit is contained in:
Pat Dryburgh
2018-08-25 11:20:19 -07:00
parent adb77ae60e
commit 332a09415e
6 changed files with 51 additions and 3 deletions

View File

@ -10,6 +10,8 @@
<link rel="stylesheet" href="{{ '/assets/css/main.css' | absolute_url }}?{{ site.time | date: '%s%N' }}">
<link rel="apple-touch-icon" href="{{ site.icon }}">
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}