Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test downgrading Prettier to v2.0.5 #143

Closed
wants to merge 5 commits into from
Closed

Conversation

tunetheweb
Copy link
Owner

No description provided.

@tunetheweb tunetheweb changed the title Bump Prettier to v2.1.1 Test downgrading Prettier to v2.0.5 Sep 4, 2020
@github-actions
Copy link

github-actions bot commented Sep 4, 2020

Please note, that the following diffs happen in the templates on this branch compared to main:

diff -r templates/en/2019/chapters/css.html templates_new/en/2019/chapters/css.html
442c442,444
<   <div class="really-big-number">999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important</div>
---
>   <div class="really-big-number">
>     999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important
>   </div>
diff -r templates/en/2019/ebook.html templates_new/en/2019/ebook.html
4c4,6
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
387c389,391
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
432c436,438
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
434c440,442
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
445c453,455
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
687c697,699
<       <div class="really-big-number">999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important</div>
---
>       <div class="really-big-number">
>         999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important
>       </div>
1057c1069,1071
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
1102c1116,1118
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
1104c1120,1122
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
1115c1133,1135
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
1438c1458,1460
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
1483c1505,1507
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
1485c1509,1511
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
1496c1522,1524
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
1956c1984,1986
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
2001c2031,2033
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
2003c2035,2037
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
2014c2048,2050
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
2301c2337,2339
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
2346c2384,2386
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
2348c2388,2390
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
2359c2401,2403
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
2975c3019,3021
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
3020c3066,3068
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
3022c3070,3072
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
3033c3083,3085
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
3280c3332,3334
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
3325c3379,3381
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
3327c3383,3385
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
3338c3396,3398
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
4122c4182,4184
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
4167c4229,4231
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
4169c4233,4235
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
4180c4246,4248
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
4442c4510,4512
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
4487c4557,4559
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
4489c4561,4563
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
4500c4574,4576
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
4867c4943,4945
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
4912c4990,4992
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
4914c4994,4996
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
4925c5007,5009
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
5114c5198,5200
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
5159c5245,5247
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
5161c5249,5251
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
5172c5262,5264
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
5429c5521,5523
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
5474c5568,5570
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
5476c5572,5574
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
5487c5585,5587
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
6059c6159,6161
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
6104c6206,6208
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
6106c6210,6212
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
6117c6223,6225
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
6743c6851,6853
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
6788c6898,6900
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
6790c6902,6904
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
6801c6915,6917
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
7116c7232,7234
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
7161c7279,7281
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
7163c7283,7285
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
7174c7296,7298
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
7815c7939,7941
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
7860c7986,7988
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
7862c7990,7992
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
7873c8003,8005
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
9413c9545,9547
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
9458c9592,9594
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
9460c9596,9598
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
9471c9609,9611
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
10283c10423,10425
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
10328c10470,10472
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
10330c10474,10476
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
10341c10487,10489
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
10570c10718,10720
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
10615c10765,10767
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
10617c10769,10771
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
10628c10782,10784
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
11301c11457,11459
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
11346c11504,11506
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
11348c11508,11510
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
diff -r templates/es/2019/chapters/css.html templates_new/es/2019/chapters/css.html
442c442,444
<   <div class="really-big-number">999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important</div>
---
>   <div class="really-big-number">
>     999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important
>   </div>
diff -r templates/ja/2019/chapters/cms.html templates_new/ja/2019/chapters/cms.html
189c189
< <p>CMSのページは、ウェブ全体のページと比較してどうでしょうか? <a href="./page-weight">ページ重量</a>の章では、リソースの使用量についてのデータを見つけることができます。中央値では、デスクトップページは74リクエストで1.9MBを読み込み、ウェブ上のモバイルページは69リクエストで1.7MBを読み込みます。中央値では、CMSページはこれを上回っています。また、CMSページは90パーセンタイルでウェブ上のリソースを上回っていますが、その差はもっと小さいです。要するに、CMSページは最も重いページの1つと考えられます。</p>
---
> <p>CMSのページは、ウェブ全体のページと比較してどうでしょうか? <a href="./page-weight">ページ重量</a>の章では、リソースの使用量についてのデータを見つけることができます。中央値では、デスクトップページは74リクエストで1.9MBを読み込み、ウェブ上のモバイルページは69リクエストで1.7MBを読み込みます。中央値では、CMSページはこれを上回っています。また、CMSページは90パーセンタイルでウェブ上のリソースを上回っていますが、その差はもっと小さいです。要するに、CMSページは最も重いページの1つと考えられます。</p>
diff -r templates/ja/2019/chapters/css.html templates_new/ja/2019/chapters/css.html
442c442,444
<   <div class="really-big-number">999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important</div>
---
>   <div class="really-big-number">
>     999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important
>   </div>
diff -r templates/ja/2019/chapters/fonts.html templates_new/ja/2019/chapters/fonts.html
577c577
< <p>Google Fontsを使っているなら、スニペットを更新しよう! Google Fontsを使っていない場合は、<code>font-display</code>を使いましょう! <code>font-display</code>についての詳細は <a href="https://developer.mozilla.org/ja/docs/Web/CSS/@font-face/font-display">MDN</a> を参照してください。</p>
---
> <p>Google Fontsを使っているなら、スニペットを更新しよう! Google Fontsを使っていない場合は、<code>font-display</code>を使いましょう! <code>font-display</code>についての詳細は <a href="https://developer.mozilla.org/ja/docs/Web/CSS/@font-face/font-display">MDN</a> を参照してください。</p>
diff -r templates/ja/2019/chapters/markup.html templates_new/ja/2019/chapters/markup.html
72c72,74
< <p class="note">注意: この方法は潜在的なバイアスが無いとは言い切れません。 人気のある製品は複数のサイトで使われています。これにより個々の作成者は意識していない非標準のマークアップが導入されるでしょう。 したがって、この方法は一般的なニーズに対応するのと同じように、作成者の直接的な知識や意識的な採用を意味しないことに注意する必要があります。 調査中に、このような例はいくつか見つかりました。</p>
---
> <p class="note">
>   注意: この方法は潜在的なバイアスが無いとは言い切れません。 人気のある製品は複数のサイトで使われています。これにより個々の作成者は意識していない非標準のマークアップが導入されるでしょう。 したがって、この方法は一般的なニーズに対応するのと同じように、作成者の直接的な知識や意識的な採用を意味しないことに注意する必要があります。 調査中に、このような例はいくつか見つかりました。
> </p>
diff -r templates/ja/2019/ebook.html templates_new/ja/2019/ebook.html
4c4,6
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
387c389,391
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
432c436,438
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
434c440,442
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
445c453,455
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
687c697,699
<       <div class="really-big-number">999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important</div>
---
>       <div class="really-big-number">
>         999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important
>       </div>
1057c1069,1071
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
1102c1116,1118
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
1104c1120,1122
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
1115c1133,1135
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
1151c1171,1173
<     <p class="note">注意: この方法は潜在的なバイアスが無いとは言い切れません。 人気のある製品は複数のサイトで使われています。これにより個々の作成者は意識していない非標準のマークアップが導入されるでしょう。 したがって、この方法は一般的なニーズに対応するのと同じように、作成者の直接的な知識や意識的な採用を意味しないことに注意する必要があります。 調査中に、このような例はいくつか見つかりました。</p>
---
>     <p class="note">
>       注意: この方法は潜在的なバイアスが無いとは言い切れません。 人気のある製品は複数のサイトで使われています。これにより個々の作成者は意識していない非標準のマークアップが導入されるでしょう。 したがって、この方法は一般的なニーズに対応するのと同じように、作成者の直接的な知識や意識的な採用を意味しないことに注意する必要があります。 調査中に、このような例はいくつか見つかりました。
>     </p>
1448c1470,1472
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
1493c1517,1519
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
1495c1521,1523
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
1506c1534,1536
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
1966c1996,1998
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
2011c2043,2045
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
2013c2047,2049
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
2024c2060,2062
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
2311c2349,2351
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
2356c2396,2398
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
2358c2400,2402
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
2369c2413,2415
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
2880c2926
<     <p>Google Fontsを使っているなら、スニペットを更新しよう! Google Fontsを使っていない場合は、<code>font-display</code>を使いましょう! <code>font-display</code>についての詳細は <a href="https://developer.mozilla.org/ja/docs/Web/CSS/@font-face/font-display">MDN</a> を参照してください。</p>
---
>     <p>Google Fontsを使っているなら、スニペットを更新しよう! Google Fontsを使っていない場合は、<code>font-display</code>を使いましょう! <code>font-display</code>についての詳細は <a href="https://developer.mozilla.org/ja/docs/Web/CSS/@font-face/font-display">MDN</a> を参照してください。</p>
2982c3028,3030
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
3027c3075,3077
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
3029c3079,3081
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
3040c3092,3094
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
3287c3341,3343
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
3332c3388,3390
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
3334c3392,3394
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
3345c3405,3407
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
4133c4195,4197
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
4178c4242,4244
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
4180c4246,4248
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
4191c4259,4261
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
4469c4539,4541
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
4514c4586,4588
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
4516c4590,4592
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
4527c4603,4605
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
4895c4973,4975
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
4940c5020,5022
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
4942c5024,5026
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
4953c5037,5039
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
5144c5230,5232
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
5189c5277,5279
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
5191c5281,5283
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
5202c5294,5296
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
5459c5553,5555
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
5504c5600,5602
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
5506c5604,5606
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
5517c5617,5619
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
6089c6191,6193
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
6134c6238,6240
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
6136c6242,6244
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
6147c6255,6257
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
6266c6376
<     <p>CMSのページは、ウェブ全体のページと比較してどうでしょうか? <a href="#page-weight">ページ重量</a>の章では、リソースの使用量についてのデータを見つけることができます。中央値では、デスクトップページは74リクエストで1.9MBを読み込み、ウェブ上のモバイルページは69リクエストで1.7MBを読み込みます。中央値では、CMSページはこれを上回っています。また、CMSページは90パーセンタイルでウェブ上のリソースを上回っていますが、その差はもっと小さいです。要するに、CMSページは最も重いページの1つと考えられます。</p>
---
>     <p>CMSのページは、ウェブ全体のページと比較してどうでしょうか? <a href="#page-weight">ページ重量</a>の章では、リソースの使用量についてのデータを見つけることができます。中央値では、デスクトップページは74リクエストで1.9MBを読み込み、ウェブ上のモバイルページは69リクエストで1.7MBを読み込みます。中央値では、CMSページはこれを上回っています。また、CMSページは90パーセンタイルでウェブ上のリソースを上回っていますが、その差はもっと小さいです。要するに、CMSページは最も重いページの1つと考えられます。</p>
6773c6883,6885
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
6818c6930,6932
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
6820c6934,6936
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
6831c6947,6949
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
7149c7267,7269
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
7194c7314,7316
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
7196c7318,7320
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
7207c7331,7333
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
7850c7976,7978
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
7895c8023,8025
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
7897c8027,8029
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
7908c8040,8042
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
9446c9580,9582
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
9491c9627,9629
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
9493c9631,9633
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
9504c9644,9646
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
10310c10452,10454
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
10355c10499,10501
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
10357c10503,10505
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
10368c10516,10518
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
10602c10752,10754
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
10647c10799,10801
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
10649c10803,10805
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>
10660c10816,10818
<     <div class="subtitle">{{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}</div>
---
>     <div class="subtitle">
>       {{ self.part() }} {{ metadata.get('part_number') }} {{ self.chapter() }} {{ metadata.get('chapter_number') }}
>     </div>
11333c11491,11493
<       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link"> {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %} </a>
---
>       <a href="#{{ metadata.get('chapter') }}-authors" class="anchor-link">
>         {% if loop.length == 1 %}{{ self.author() }}{% endif -%} {% if loop.length > 1 and loop.index == 1 %}{{ self.authors() }}{% endif %}
>       </a>
11378c11538,11540
<           <div class="tagline">{{ authordata.tagline }}</div>
---
>           <div class="tagline">
>             {{ authordata.tagline }}
>           </div>
11380c11542,11544
<           <div class="bio">{{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}</div>
---
>           <div class="bio">
>             {{ add_footnote_links(localizedContributors[author] if localizedContributors[author]|length) | safe }}
>           </div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant