1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Update all files to use {% data %} (#15253)

* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
This commit is contained in:
Jason Etcovitch
2020-09-29 16:01:04 -04:00
committed by GitHub
parent aa5a62d49d
commit caaee7a124
14816 changed files with 100317 additions and 100247 deletions

View File

@@ -1,3 +1,3 @@
{% if currentVersion == "free-pro-team@latest" %}
If you haven't enabled email address privacy, you can choose which verified email address to author changes with when you edit, delete, or create files or merge a pull request on {{ site.data.variables.product.product_name }}. If you enabled email address privacy, then the commit author email address cannot be changed and is `<username>@users.noreply.github.com` by default.
If you haven't enabled email address privacy, you can choose which verified email address to author changes with when you edit, delete, or create files or merge a pull request on {% data variables.product.product_name %}. If you enabled email address privacy, then the commit author email address cannot be changed and is `<username>@users.noreply.github.com` by default.
{% endif %}