diff --git a/_config.yml b/_config.yml index 0f43f71..e563174 100644 --- a/_config.yml +++ b/_config.yml @@ -3,6 +3,7 @@ description: > An attempt to gather a sensible selection of the most common usage patterns of git into a single and concise specification. author: Jim Myhrberg +hostname: commonflow.org url: https://commonflow.org current_version: 1.0.0-rc.2 diff --git a/_includes/analytics.html b/_includes/analytics.html new file mode 100644 index 0000000..b945624 --- /dev/null +++ b/_includes/analytics.html @@ -0,0 +1,10 @@ + diff --git a/_layouts/default.html b/_layouts/default.html index 3cc7444..9fcd603 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -44,5 +44,6 @@ {% js main %} + {% include analytics.html %}