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:
@@ -1,13 +1,13 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>{% if error == '404' %}{{ site.data.ui.errors.oops }}{% elsif currentVersion == 'homepage' %}GitHub Documentation{% else %}{{ page.fullTitle }}{% endif %}</title>
|
||||
<title>{% if error == '404' %}{% data ui.errors.oops %}{% elsif currentVersion == 'homepage' %}GitHub Documentation{% else %}{{ page.fullTitle }}{% endif %}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">{% if page.hidden %}
|
||||
<meta name="robots" content="noindex" />{% endif %}
|
||||
<meta name="google-site-verification" content="OgdQc0GZfjDI52wDv1bkMT-SLpBUo_h5nn9mI9L22xQ" />
|
||||
<meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY" />
|
||||
|
||||
<!-- localized data needed by client-side JS -->
|
||||
<meta name="site.data.ui.search.placeholder" content="{{ site.data.ui.search.placeholder }}">
|
||||
<meta name="site.data.ui.search.placeholder" content="{% data ui.search.placeholder %}">
|
||||
<!-- end localized data -->
|
||||
|
||||
{% if page.intro %}
|
||||
|
||||
Reference in New Issue
Block a user