Add file extensions back to non-helper _includes
This commit is contained in:
_includes
analytics-providers
analytics.htmlarchive-list-single.htmlauthor-profile.htmlbreadcrumbs.htmlbrowser-upgradebrowser-upgrade.htmlcomments-providers
comments.htmlfooter.htmlhead.htmlmasthead.htmlpage__taxonomy.htmlpagination.htmlscripts.htmlseo.htmlsocial-share.html_layouts
_pages
category-archive.htmlcollection-archive.htmlpage-archive.htmlportfolio-archive.htmlrecipes-archive.htmlsitemap.mdtag-archive.htmlyear-archive.html
index.html
12
_includes/analytics.html
Normal file
12
_includes/analytics.html
Normal file
@ -0,0 +1,12 @@
|
||||
{% if site.analytics.provider and page.analytics != false %}
|
||||
|
||||
{% case site.analytics.provider %}
|
||||
{% when "google" %}
|
||||
{% include /analytics-providers/google.html %}
|
||||
{% when "google-universal" %}
|
||||
{% include /analytics-providers/google-universal.html %}
|
||||
{% when "custom" %}
|
||||
{% include /analytics-providers/custom.html %}
|
||||
{% endcase %}
|
||||
|
||||
{% endif %}
|
Reference in New Issue
Block a user