File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010markdown : kramdown
1111plugins :
12+ - jekyll-include-cache
1213 - jekyll-sitemap
1314exclude :
1415 - Gemfile
Original file line number Diff line number Diff line change 22 < div class ="inner ">
33 < ul id ="socials ">
44 {%- for social in site.data.socials -%}
5- < li > < a href ="{{ social.url }} " title ="{{ social.name }} " rel ="me " target ="_blank "> {% include icons/{{ social.icon }} %}< span class ="sr-only "> {{ social.name }}</ span > </ a > </ li > {%- endfor -%}
5+ < li > < a href ="{{ social.url }} " title ="{{ social.name }} " rel ="me " target ="_blank "> {% include_cached icons/{{ social.icon }} %}< span class ="sr-only "> {{ social.name }}</ span > </ a > </ li > {%- endfor -%}
66 </ ul >
7- {% capture license %}{% include icons/creative-commons.svg size="24" %}{% include icons/creative-commons-by.svg size="24" %}{% include icons/creative-commons-sa.svg size="24" %}{% endcapture %}
7+ {% capture license %}
8+ {% include_cached icons/creative-commons.svg size="24" %}
9+ {% include_cached icons/creative-commons-by.svg size="24" %}
10+ {% include_cached icons/creative-commons-sa.svg size="24" %}
11+ {% endcapture %}
812 < hr />
913 < div id ="bottom-footer ">
1014 < span > Copyright © 1998-{{ site.time | date: "%Y" }} bugzilla.org contributors</ span >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3- {% include head.html %}
3+ {% include_cached head.html %}
44 < body id ="www-bugzilla-org " class ="homepage ">
55 {% include header.html %}
66 {% include socials.html %}
77 < main >
88 {{ content }}
99 </ main >
10- {% include footer.html %}
10+ {% include_cached footer.html %}
1111 </ body >
1212</ html >
Original file line number Diff line number Diff line change 55 < div class ="card ">
66 < p class ="date muted "> {{ page.date | date: '%d. %B %Y' }}</ p >
77 < h1 class ="title "> {{ page.title }}</ h1 >
8- {% include authors.html authors=page.author %}
8+ {% include_cached authors.html authors=page.author %}
99 {{ content }}
1010 </ div >
1111</ div >
You can’t perform that action at this time.
0 commit comments