{%- comment -%} This section is to determine whether or not chunked comment loading is enabled. By default this is turned ON. If the page has enabled or disabled this feature explicitly, the individual page value is used. Otherwise the site's value, if any, is used. {%- endcomment -%} {%- assign chunked_loading_enabled = true -%} {%- if page.chunked_comment_loading == false -%} {%- assign chunked_loading_enabled = false -%} {%- else -%} {%- if site.google_forms_comments.chunked_comment_loading == false and page.chunked_comment_loading != true -%} {%- assign chunked_loading_enabled = false -%} {%- endif -%} {%- endif -%} {%- comment -%} This section is to determine whether or not lazy loading of the comments is enabled. By default this is turned OFF. If the page has enabled or disabled this feature explicitly, the individual page value is used. Otherwise the site's value, if any, is used. {%- endcomment -%} {%- assign lazy_load_enabled = false -%} {%- if page.lazy_load_comments == true -%} {%- assign lazy_load_enabled = true -%} {%- elsif site.google_forms_comments.lazy_load_comments == true -%} {%- unless page.lazy_load_comments == false -%} {%- assign lazy_load_enabled = true -%} {%- endunless -%} {%- endif -%} {%- comment -%} This section is to determine whether or recaptcha is enabled. {%- endcomment -%} {%- assign recaptcha_enabled = false -%} {%- if site.google_forms_comments.recaptcha_site_key -%} {%- assign recaptcha_enabled = true -%} {%- endif -%} {%- comment -%} This section is to determine whether or comment replies are enabled. {%- endcomment -%} {%- assign comment_replies_enabled = false -%} {%- if site.google_forms_comments.comment_replies_enabled == true -%} {%- assign comment_replies_enabled = true -%} {%- endif -%} {%- if site.comment-read or site.google_forms_comments.google_app_script -%} {%- comment -%} {%- endcomment -%}

Comments

There are currently no comments on this article, be the first to add one below

Add a Comment

Note that I may remove comments for any reason, so try to be civil. If you are looking for a response to your comment, either leave your email address or check back on this page periodically.

{%- if site.google_forms_comments.google_app_script -%}

{%- endif -%}
{%- if recaptcha_enabled -%}
{%- else -%} {%- endif -%}
  • {%- if comment_replies_enabled -%}

    {%- endif -%}
{%- if recaptcha_enabled -%}

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. {%- endif -%}

{%- comment -%} {%- endcomment -%} {%- endif -%}