{%- if page.collection -%}{%- assign col = site.collections | where: "label", page.collection | first -%}{%- endif- %} {%- assign helptitle = "Help improve this page" -%} {%- if page.feedbackmail -%} {%- assign feedbackmail = page.feedbackmail -%} {%- else -%} {%- assign feedbackmail = "wai-eo-editors@w3.org" -%} {%- endif -%} {%- capture helpdesc -%}Please share your ideas, suggestions, or comments via e-mail to the publicly-archived list [{{feedbackmail}}](mailto:{{feedbackmail}}?subject=%s) or via GitHub.{%- endcapture -%} {%- unless page.github.hide -%} {%- if page.github.repository -%}{%- assign repo = page.github.repository -%}{%endif%} {%- if site.repository -%} {%- assign repo = site.repository -%} {%- endif- %} {%- if page.collection -%} {%- assign repo = col.repository -%} {%- endif- %} {%- if page.github.repository -%} {%- assign repo = page.github.repository -%} {%- endif- %} {%- assign branch = "master" -%} {%- if site.branch -%} {%- assign branch = site.branch -%} {%- endif- %} {%- if page.collection -%} {%- if col.branch -%} {%- assign branch = col.branch -%} {%- endif -%} {%- endif- %} {%- if page.github.branch -%} {%- assign branch = page.github.branch -%} {%- endif- %} {%- assign path = "index.md" -%} {%- if page.collection -%} {%- assign path = page.path -%} {%- endif- %} {%- if page.github.path -%} {%- assign path = page.github.path -%} {%- endif- %} {%- include box.html type="start" title=helptitle h=2 class="icon space-above" icon="comments" id="helpimprove" -%} {%- assign url_title = page.title | uri_escape -%} {% unless feedbackmail == "wai@w3.org" %} {%- capture mailbody -%}[put comment here...]{%- endcapture -%} {% else %} {%- capture mailbody -%}[put comment here...] I give permission to share this to a publicly-archived e-mail list.{%- endcapture -%} {% endunless %} {%- assign mailbody = mailbody | uri_escape -%} {{- helpdesc | replace: "%s", url_title | markdownify -}}
E-mail Fork & Edit on GitHub {%- comment -%}List of GitHub Issues{%- endcomment -%} New GitHub Issue
{%- include box.html type="end" -%} {%- endunless -%}