This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +11
-9
lines changed
Expand file tree Collapse file tree 10 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 88 < link rel ="author " href ="/humans.txt "/>
99 < link rel ="manifest " href ="/manifest.json ">
1010 < link rel ="preload " href ="/assets/fonts/opensans/OpenSans-Regular.woff2 " as ="font " crossorigin ="anonymous ">
11+ {% if include.prefetch-blog == true %}
1112 < link rel ="prefetch " href ="/blog/ ">
13+ {% endif %}
1214 < link rel ="preconnect " href ="https://www.google-analytics.com ">
1315 {% include icons.html %}
1416 {% include analytics.html %}
Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
3- {% include head.html critical-css="critical-error.css" %}
3+ {% include head.html critical-css="critical-error.css" prefetch-blog=false %}
44 < body >
55 < h1 > 404!</ h1 >
66 < p > Opss!?! Keep calm and go to</ p >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3- {% include head.html critical-css="critical-blog.css" content-type="website" %}
3+ {% include head.html critical-css="critical-blog.css" content-type="website" prefetch-blog=false %}
44 < body class ="blog-body ">
55 {% include blog-masthead.html track-category=site.data.tracking.category.blog_home %}
66 {% include blog-pull-to-refresh.html %}
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3- {% include head.html critical-css="critical-blog-post.css" %}
3+ {% include head.html critical-css="critical-blog-post.css" prefetch-blog=false %}
44< body class ="blog-body ">
55{% include blog-masthead.html track-category=site.data.tracking.category.cookie_policy %}
66< div class ="container blog-posts ">
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3- {% include head.html critical-css="critical.css" content-type="profile" %}
3+ {% include head.html critical-css="critical.css" content-type="profile" prefetch-blog=true %}
44 < body >
55 < div id ="profile-introduction " class ="container-fluid profile-introduction ">
66 < div id ="rendering-surface " class ="container-fluid "> </ div >
Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
3- {% include head.html critical-css="critical-error.css" %}
3+ {% include head.html critical-css="critical-error.css" prefetch-blog=false %}
44 < body >
55 < img src ="/assets/images/no-wifi.png " alt ="no network ">
66 < p > Opss!?! Seems like you're offline</ p >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3- {% include head.html critical-css="critical-blog-post-archive.css" content-type="website" %}
3+ {% include head.html critical-css="critical-blog-post-archive.css" content-type="website" prefetch-blog=false %}
44 < body class ="blog-body ">
55 {% include blog-masthead.html track-category=site.data.tracking.category.blog_archive %}
66 {% include blog-pull-to-refresh.html %}
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3- {% include head.html critical-css="critical-blog-post.css" %}
3+ {% include head.html critical-css="critical-blog-post.css" prefetch-blog=false %}
44 < body class ="blog-body ">
55 {% include blog-masthead.html track-category=site.data.tracking.category.blog_post %}
66 {% include blog-pull-to-refresh.html %}
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3- {% include head.html critical-css="critical-blog-post.css" %}
3+ {% include head.html critical-css="critical-blog-post.css" prefetch-blog=false %}
44< body class ="blog-body ">
55{% include blog-masthead.html track-category=site.data.tracking.category.privacy_policy %}
66< div class ="container blog-posts ">
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3- {% include head.html critical-css="critical-blog-tags.css" content-type="website" %}
3+ {% include head.html critical-css="critical-blog-tags.css" content-type="website" prefetch-blog=false %}
44 < body class ="blog-body ">
55 {% include blog-masthead.html track-category=site.data.tracking.category.blog_tags %}
66 {% include blog-pull-to-refresh.html %}
You can’t perform that action at this time.
0 commit comments